public class LoggerFactory
extends Object
This factory returns the logger object (java.util.logging.Logger or its
super class). This factory instantiates a class that is set in
"com.sun.identity.log.loggerprovider" system property. And this class
is responsible for returning the Logger object. com.sun.identity.log.Logger
will be returned if this system property is not set. Otherwise,
java.util.logging.LogManager.getLogManager.getLogger will be returned if
com.sun.identity.log.Logger is absent.