Class AbstractLoggingManager

java.lang.Object
org.seppiko.commons.logging.AbstractLoggingManager

public class AbstractLoggingManager
extends java.lang.Object
Abstract Logging Manager
Author:
Leonard Woo
  • Method Summary

    Modifier and Type Method Description
    static AbstractLoggingManager getInstance()  
    AbstractLogging getLogger​(java.lang.Class<?> clazz)
    Get Abstract Logging name with class object
    AbstractLogging getLogger​(java.lang.String name)
    Get Abstract Logging name

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait