Module glf.api

Class BasicLoggerFactory

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
    void clear()  
    Logger getLogger​(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