-
-
Constructor Summary
Constructors
-
Method Summary
Obtain a
Logger
instance by class, its name will be the fully qualified name of the class.
Obtain a
Logger
instance by name.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
SystemLogging
public SystemLogging()
-
Method Details
-
getLog
Description copied from interface: Logging
Obtain a
Logger
instance by class, its name will be the fully qualified name of the class.
- Specified by:
getLog
in interface Logging
- Parameters:
clazz
- class whose name should be used as the Logger
name.
- Returns:
Logger
instance
-