Class Logger

java.lang.Object
com.axemble.vdp.utils.Logger
com.axemble.vdoc.sdk.utils.Logger

public class Logger extends com.axemble.vdp.utils.Logger
Author:
vlygeros
  • Field Summary

    Fields inherited from class com.axemble.vdp.utils.Logger

    log
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Logger(String name)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Logger
     
    static Logger
     

    Methods inherited from class com.axemble.vdp.utils.Logger

    debug, debug, debug, error, error, error, errorSerialized, errorSerialized, fatal, fatal, fatal, info, info, info, isDebug, isInfo, warn, warn, warn

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Logger

      protected Logger(String name)
  • Method Details

    • getLogger

      public static Logger getLogger(String name)
    • getLogger

      public static Logger getLogger(Class clazz)