java.lang.Object
org.seppiko.glf.event.BasicLoggerFactory
- All Implemented Interfaces:
ILoggerFactory
public class BasicLoggerFactory extends java.lang.Object implements ILoggerFactory
Basic Logger Factory for default implementation
- Author:
- Leonard Woo
-
Constructor Summary
Constructors Constructor Description BasicLoggerFactory() -
Method Summary
Modifier and Type Method Description voidclear()LoggergetLogger(java.lang.String name)java.util.List<java.lang.String>getLoggerNames()java.util.List<DefaultLogger>getLoggers()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BasicLoggerFactory
public BasicLoggerFactory()
-
-
Method Details
-
getLogger
- Specified by:
getLoggerin interfaceILoggerFactory
-
getLoggerNames
public java.util.List<java.lang.String> getLoggerNames() -
getLoggers
-
clear
public void clear()
-