Package cimerant.logger
Class CimerantLoggerFactory
java.lang.Object
cimerant.logger.CimerantLoggerFactory
- All Implemented Interfaces:
ILoggerFactory
CimerantLoggerFactory instances manufacture Logger instances by name.-
Constructor Details
-
CimerantLoggerFactory
public CimerantLoggerFactory()
-
-
Method Details
-
clear
public static void clear()Remove all the elements, effectively emptying it. -
getLogger
Return an appropriateLoggerinstance as specified by thenameparameter.- Specified by:
getLoggerin interfaceILoggerFactory
-