Implementations may override to provide
additional configuration information to the underlying logging facility.
The default implementation does nothing.
Implementations may override to provide
additional configuration information to the underlying logging facility.
The default implementation does nothing.
Create a logger as named by the parameter.
If requestor is a Class, will use the class name. If it is a String, it will
use it directly. Anything else will use the name of the class that the
object is an instance of.
The default implementation now just invokes Logging.getLogger(Object) which will
invoke newLogger IFF needed.