Class WMSLogger

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.logging.log4j.Logger, org.apache.logging.log4j.spi.ExtendedLogger, org.apache.logging.log4j.spi.LocationAwareLogger

    public class WMSLogger
    extends org.apache.logging.log4j.spi.ExtendedLoggerWrapper
    implements org.apache.logging.log4j.Logger
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DEFAULT_STACKDEPTH  
      • Fields inherited from class org.apache.logging.log4j.spi.AbstractLogger

        CATCHING_MARKER, DEFAULT_FLOW_MESSAGE_FACTORY_CLASS, DEFAULT_MESSAGE_FACTORY_CLASS, ENTRY_MARKER, EXCEPTION_MARKER, EXIT_MARKER, FLOW_MARKER, logBuilder, THROWING_MARKER
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static WMSLogger create​(Class classObj, String name, String vhost, String app, String appInst)  
      void debug​(Object o)  
      void debug​(Object o, Throwable e)  
      void debug​(String comment)  
      void debug​(String comment, IMediaStream stream)  
      void debug​(String comment, IMediaStream stream, String category, String event, int status, String context)  
      void debug​(String comment, String category, String event)  
      void debug​(String comment, String category, String event, int status, String context)  
      void debug​(String comment, Throwable e)  
      void debug​(org.apache.logging.log4j.Marker marker, Object o)  
      void debug​(org.apache.logging.log4j.Marker marker, Object o, Throwable e)  
      void debug​(org.apache.logging.log4j.Marker marker, String comment)  
      void debug​(org.apache.logging.log4j.Marker marker, String comment, Throwable e)  
      void error​(Object o)  
      void error​(Object o, Throwable e)  
      void error​(String comment)  
      void error​(String comment, IMediaStream stream)  
      void error​(String comment, IMediaStream stream, String category, String event, int status, String context)  
      void error​(String comment, String category, String event)  
      void error​(String comment, String category, String event, int status, String context)  
      void error​(String comment, Throwable e)  
      void error​(String comment, Throwable e, int stackDepth)  
      void error​(org.apache.logging.log4j.Marker marker, Object o)  
      void error​(org.apache.logging.log4j.Marker marker, Object o, Throwable e)  
      void error​(org.apache.logging.log4j.Marker marker, String comment)  
      void error​(org.apache.logging.log4j.Marker marker, String comment, Throwable e)  
      void fatal​(Object o)  
      void fatal​(Object o, Throwable e)  
      void fatal​(String comment)  
      void fatal​(String comment, IMediaStream stream)  
      void fatal​(String comment, IMediaStream stream, String category, String event, int status, String context)  
      void fatal​(String comment, String category, String event)  
      void fatal​(String comment, String category, String event, int status, String context)  
      void fatal​(String comment, Throwable e)  
      void fatal​(org.apache.logging.log4j.Marker marker, Object o)  
      void fatal​(org.apache.logging.log4j.Marker marker, Object o, Throwable e)  
      void fatal​(org.apache.logging.log4j.Marker marker, String comment)  
      void fatal​(org.apache.logging.log4j.Marker marker, String comment, Throwable e)  
      String getApp()  
      String getAppInst()  
      String getClassFQCN()  
      static String getClassFQCN​(Class classObj)  
      String getClassName()  
      static String getClassName​(Class classObj)  
      Class getClassObj()  
      String getClassPackageName()  
      static String getClassPackageName​(Class classObj)  
      String getName()  
      protected long getTouch()  
      String getVhost()  
      void info​(Object o)  
      void info​(Object o, Throwable e)  
      void info​(String comment)  
      void info​(String comment, IMediaStream stream)  
      void info​(String comment, IMediaStream stream, String category, String event, int status, String context)  
      void info​(String comment, String category, String event)  
      void info​(String comment, String category, String event, int status, String context)  
      void info​(String comment, Throwable e)  
      void info​(org.apache.logging.log4j.Marker marker, Object o)  
      void info​(org.apache.logging.log4j.Marker marker, Object o, Throwable e)  
      void info​(org.apache.logging.log4j.Marker marker, String comment)  
      void info​(org.apache.logging.log4j.Marker marker, String comment, Throwable e)  
      boolean isDebugEnabled()  
      boolean isEnabledFor​(org.apache.logging.log4j.Level level)  
      boolean isErrorEnabled()  
      boolean isInfoEnabled()  
      boolean isTraceEnabled()  
      boolean isWarnEnabled()  
      void log​(org.apache.logging.log4j.Level level, String comment)  
      void log​(org.apache.logging.log4j.Level level, String comment, IMediaStream stream)  
      void log​(org.apache.logging.log4j.Level level, String comment, IMediaStream stream, String category, String event)  
      void log​(org.apache.logging.log4j.Level level, String comment, IMediaStream stream, String category, String event, int status, String context)  
      void log​(org.apache.logging.log4j.Level level, String comment, IMediaStream stream, String category, String event, int status, String context, Throwable e)  
      void log​(org.apache.logging.log4j.Level level, String comment, IMediaStream stream, String category, String event, int status, String context, Throwable e, int stackDepth)  
      void log​(org.apache.logging.log4j.Level level, String comment, String category, String event)  
      void log​(org.apache.logging.log4j.Marker marker, org.apache.logging.log4j.Level level, String comment, IMediaStream stream, String category, String event, int status, String context, Throwable e, int stackDepth)  
      void setLevel​(org.apache.logging.log4j.Level level)  
      protected void touch​(long currTime)  
      void trace​(Object o)  
      void trace​(Object o, Throwable e)  
      void trace​(String comment)  
      void trace​(String comment, IMediaStream stream)  
      void trace​(String comment, IMediaStream stream, String category, String event, int status, String context)  
      void trace​(String comment, String category, String event)  
      void trace​(String comment, String category, String event, int status, String context)  
      void trace​(String comment, Throwable e)  
      void trace​(org.apache.logging.log4j.Marker marker, Object o)  
      void trace​(org.apache.logging.log4j.Marker marker, Object o, Throwable e)  
      void trace​(org.apache.logging.log4j.Marker marker, String comment)  
      void trace​(org.apache.logging.log4j.Marker marker, String comment, Throwable e)  
      void warn​(Object o)  
      void warn​(Object o, Throwable e)  
      void warn​(String comment)  
      void warn​(String comment, IMediaStream stream)  
      void warn​(String comment, IMediaStream stream, String category, String event, int status, String context)  
      void warn​(String comment, String category, String event)  
      void warn​(String comment, String category, String event, int status, String context)  
      void warn​(String comment, Throwable e)  
      void warn​(org.apache.logging.log4j.Marker marker, Object o)  
      void warn​(org.apache.logging.log4j.Marker marker, Object o, Throwable e)  
      void warn​(org.apache.logging.log4j.Marker marker, String comment)  
      void warn​(org.apache.logging.log4j.Marker marker, String comment, Throwable e)  
      • Methods inherited from class org.apache.logging.log4j.spi.ExtendedLoggerWrapper

        getLevel, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, logMessage
      • Methods inherited from class org.apache.logging.log4j.spi.AbstractLogger

        always, atDebug, atError, atFatal, atInfo, atLevel, atTrace, atWarn, catching, catching, catching, catchingMsg, checkMessageFactory, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, enter, enter, enter, entry, entry, entryMsg, entryMsg, entryMsg, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, exit, exit, exitMsg, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, getMessageFactory, getRecursionDepth, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, isDebugEnabled, isEnabled, isEnabled, isErrorEnabled, isFatalEnabled, isFatalEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, logIfEnabled, logIfEnabled, logIfEnabled, logIfEnabled, logIfEnabled, logIfEnabled, logIfEnabled, logIfEnabled, logIfEnabled, logIfEnabled, logIfEnabled, logIfEnabled, logIfEnabled, logIfEnabled, logIfEnabled, logIfEnabled, logIfEnabled, logIfEnabled, logIfEnabled, logMessage, logMessage, logMessage, logMessage, logMessage, logMessage, logMessage, logMessage, logMessage, logMessage, logMessage, logMessage, logMessage, logMessage, logMessage, logMessage, logMessage, logMessage, logMessage, printf, printf, requiresLocation, throwing, throwing, throwing, throwingMsg, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, traceEntry, traceEntry, traceEntry, traceEntry, traceEntry, traceExit, traceExit, traceExit, traceExit, traceExit, traceExit, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.logging.log4j.Logger

        always, atDebug, atError, atFatal, atInfo, atLevel, atTrace, atWarn, catching, catching, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, error, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, getLevel, getMessageFactory, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, info, isDebugEnabled, isEnabled, isEnabled, isErrorEnabled, isFatalEnabled, isFatalEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, log, logMessage, printf, printf, throwing, throwing, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, traceEntry, traceEntry, traceEntry, traceEntry, traceEntry, traceExit, traceExit, traceExit, traceExit, traceExit, traceExit, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn
    • Method Detail

      • create

        public static WMSLogger create​(Class classObj,
                                       String name,
                                       String vhost,
                                       String app,
                                       String appInst)
      • getClassFQCN

        public static String getClassFQCN​(Class classObj)
      • getClassName

        public static String getClassName​(Class classObj)
      • getClassPackageName

        public static String getClassPackageName​(Class classObj)
      • touch

        protected void touch​(long currTime)
      • getTouch

        protected long getTouch()
      • setLevel

        public void setLevel​(org.apache.logging.log4j.Level level)
      • getClassObj

        public Class getClassObj()
      • getClassFQCN

        public String getClassFQCN()
      • getClassName

        public String getClassName()
      • getClassPackageName

        public String getClassPackageName()
      • getName

        public String getName()
        Specified by:
        getName in interface org.apache.logging.log4j.Logger
        Overrides:
        getName in class org.apache.logging.log4j.spi.AbstractLogger
      • getVhost

        public String getVhost()
      • getApp

        public String getApp()
      • getAppInst

        public String getAppInst()
      • isWarnEnabled

        public boolean isWarnEnabled()
        Specified by:
        isWarnEnabled in interface org.apache.logging.log4j.Logger
        Overrides:
        isWarnEnabled in class org.apache.logging.log4j.spi.AbstractLogger
      • isErrorEnabled

        public boolean isErrorEnabled()
        Specified by:
        isErrorEnabled in interface org.apache.logging.log4j.Logger
        Overrides:
        isErrorEnabled in class org.apache.logging.log4j.spi.AbstractLogger
      • isTraceEnabled

        public boolean isTraceEnabled()
        Specified by:
        isTraceEnabled in interface org.apache.logging.log4j.Logger
        Overrides:
        isTraceEnabled in class org.apache.logging.log4j.spi.AbstractLogger
      • isDebugEnabled

        public boolean isDebugEnabled()
        Specified by:
        isDebugEnabled in interface org.apache.logging.log4j.Logger
        Overrides:
        isDebugEnabled in class org.apache.logging.log4j.spi.AbstractLogger
      • isInfoEnabled

        public boolean isInfoEnabled()
        Specified by:
        isInfoEnabled in interface org.apache.logging.log4j.Logger
        Overrides:
        isInfoEnabled in class org.apache.logging.log4j.spi.AbstractLogger
      • isEnabledFor

        public boolean isEnabledFor​(org.apache.logging.log4j.Level level)
      • log

        public void log​(org.apache.logging.log4j.Marker marker,
                        org.apache.logging.log4j.Level level,
                        String comment,
                        IMediaStream stream,
                        String category,
                        String event,
                        int status,
                        String context,
                        Throwable e,
                        int stackDepth)
      • log

        public void log​(org.apache.logging.log4j.Level level,
                        String comment,
                        IMediaStream stream,
                        String category,
                        String event,
                        int status,
                        String context,
                        Throwable e)
      • log

        public void log​(org.apache.logging.log4j.Level level,
                        String comment,
                        IMediaStream stream,
                        String category,
                        String event,
                        int status,
                        String context,
                        Throwable e,
                        int stackDepth)
      • log

        public void log​(org.apache.logging.log4j.Level level,
                        String comment,
                        IMediaStream stream,
                        String category,
                        String event,
                        int status,
                        String context)
      • log

        public void log​(org.apache.logging.log4j.Level level,
                        String comment,
                        IMediaStream stream,
                        String category,
                        String event)
      • log

        public void log​(org.apache.logging.log4j.Level level,
                        String comment,
                        String category,
                        String event)
      • log

        public void log​(org.apache.logging.log4j.Level level,
                        String comment)
        Specified by:
        log in interface org.apache.logging.log4j.Logger
        Overrides:
        log in class org.apache.logging.log4j.spi.AbstractLogger
      • log

        public void log​(org.apache.logging.log4j.Level level,
                        String comment,
                        IMediaStream stream)
      • info

        public void info​(Object o)
        Specified by:
        info in interface org.apache.logging.log4j.Logger
        Overrides:
        info in class org.apache.logging.log4j.spi.AbstractLogger
      • info

        public void info​(org.apache.logging.log4j.Marker marker,
                         Object o)
        Specified by:
        info in interface org.apache.logging.log4j.Logger
        Overrides:
        info in class org.apache.logging.log4j.spi.AbstractLogger
      • info

        public void info​(Object o,
                         Throwable e)
        Specified by:
        info in interface org.apache.logging.log4j.Logger
        Overrides:
        info in class org.apache.logging.log4j.spi.AbstractLogger
      • info

        public void info​(org.apache.logging.log4j.Marker marker,
                         Object o,
                         Throwable e)
        Specified by:
        info in interface org.apache.logging.log4j.Logger
        Overrides:
        info in class org.apache.logging.log4j.spi.AbstractLogger
      • info

        public void info​(String comment)
        Specified by:
        info in interface org.apache.logging.log4j.Logger
        Overrides:
        info in class org.apache.logging.log4j.spi.AbstractLogger
      • info

        public void info​(org.apache.logging.log4j.Marker marker,
                         String comment)
        Specified by:
        info in interface org.apache.logging.log4j.Logger
        Overrides:
        info in class org.apache.logging.log4j.spi.AbstractLogger
      • info

        public void info​(String comment,
                         Throwable e)
        Specified by:
        info in interface org.apache.logging.log4j.Logger
        Overrides:
        info in class org.apache.logging.log4j.spi.AbstractLogger
      • info

        public void info​(org.apache.logging.log4j.Marker marker,
                         String comment,
                         Throwable e)
        Specified by:
        info in interface org.apache.logging.log4j.Logger
        Overrides:
        info in class org.apache.logging.log4j.spi.AbstractLogger
      • info

        public void info​(String comment,
                         IMediaStream stream)
      • info

        public void info​(String comment,
                         String category,
                         String event)
      • info

        public void info​(String comment,
                         String category,
                         String event,
                         int status,
                         String context)
      • info

        public void info​(String comment,
                         IMediaStream stream,
                         String category,
                         String event,
                         int status,
                         String context)
      • error

        public void error​(Object o)
        Specified by:
        error in interface org.apache.logging.log4j.Logger
        Overrides:
        error in class org.apache.logging.log4j.spi.AbstractLogger
      • error

        public void error​(org.apache.logging.log4j.Marker marker,
                          Object o)
        Specified by:
        error in interface org.apache.logging.log4j.Logger
        Overrides:
        error in class org.apache.logging.log4j.spi.AbstractLogger
      • error

        public void error​(Object o,
                          Throwable e)
        Specified by:
        error in interface org.apache.logging.log4j.Logger
        Overrides:
        error in class org.apache.logging.log4j.spi.AbstractLogger
      • error

        public void error​(org.apache.logging.log4j.Marker marker,
                          Object o,
                          Throwable e)
        Specified by:
        error in interface org.apache.logging.log4j.Logger
        Overrides:
        error in class org.apache.logging.log4j.spi.AbstractLogger
      • error

        public void error​(String comment)
        Specified by:
        error in interface org.apache.logging.log4j.Logger
        Overrides:
        error in class org.apache.logging.log4j.spi.AbstractLogger
      • error

        public void error​(org.apache.logging.log4j.Marker marker,
                          String comment)
        Specified by:
        error in interface org.apache.logging.log4j.Logger
        Overrides:
        error in class org.apache.logging.log4j.spi.AbstractLogger
      • error

        public void error​(String comment,
                          Throwable e)
        Specified by:
        error in interface org.apache.logging.log4j.Logger
        Overrides:
        error in class org.apache.logging.log4j.spi.AbstractLogger
      • error

        public void error​(org.apache.logging.log4j.Marker marker,
                          String comment,
                          Throwable e)
        Specified by:
        error in interface org.apache.logging.log4j.Logger
        Overrides:
        error in class org.apache.logging.log4j.spi.AbstractLogger
      • error

        public void error​(String comment,
                          Throwable e,
                          int stackDepth)
      • error

        public void error​(String comment,
                          IMediaStream stream)
      • error

        public void error​(String comment,
                          String category,
                          String event)
      • error

        public void error​(String comment,
                          String category,
                          String event,
                          int status,
                          String context)
      • error

        public void error​(String comment,
                          IMediaStream stream,
                          String category,
                          String event,
                          int status,
                          String context)
      • fatal

        public void fatal​(Object o)
        Specified by:
        fatal in interface org.apache.logging.log4j.Logger
        Overrides:
        fatal in class org.apache.logging.log4j.spi.AbstractLogger
      • fatal

        public void fatal​(org.apache.logging.log4j.Marker marker,
                          Object o)
        Specified by:
        fatal in interface org.apache.logging.log4j.Logger
        Overrides:
        fatal in class org.apache.logging.log4j.spi.AbstractLogger
      • fatal

        public void fatal​(Object o,
                          Throwable e)
        Specified by:
        fatal in interface org.apache.logging.log4j.Logger
        Overrides:
        fatal in class org.apache.logging.log4j.spi.AbstractLogger
      • fatal

        public void fatal​(org.apache.logging.log4j.Marker marker,
                          Object o,
                          Throwable e)
        Specified by:
        fatal in interface org.apache.logging.log4j.Logger
        Overrides:
        fatal in class org.apache.logging.log4j.spi.AbstractLogger
      • fatal

        public void fatal​(String comment)
        Specified by:
        fatal in interface org.apache.logging.log4j.Logger
        Overrides:
        fatal in class org.apache.logging.log4j.spi.AbstractLogger
      • fatal

        public void fatal​(org.apache.logging.log4j.Marker marker,
                          String comment)
        Specified by:
        fatal in interface org.apache.logging.log4j.Logger
        Overrides:
        fatal in class org.apache.logging.log4j.spi.AbstractLogger
      • fatal

        public void fatal​(String comment,
                          Throwable e)
        Specified by:
        fatal in interface org.apache.logging.log4j.Logger
        Overrides:
        fatal in class org.apache.logging.log4j.spi.AbstractLogger
      • fatal

        public void fatal​(org.apache.logging.log4j.Marker marker,
                          String comment,
                          Throwable e)
        Specified by:
        fatal in interface org.apache.logging.log4j.Logger
        Overrides:
        fatal in class org.apache.logging.log4j.spi.AbstractLogger
      • fatal

        public void fatal​(String comment,
                          IMediaStream stream)
      • fatal

        public void fatal​(String comment,
                          String category,
                          String event)
      • fatal

        public void fatal​(String comment,
                          String category,
                          String event,
                          int status,
                          String context)
      • fatal

        public void fatal​(String comment,
                          IMediaStream stream,
                          String category,
                          String event,
                          int status,
                          String context)
      • debug

        public void debug​(Object o)
        Specified by:
        debug in interface org.apache.logging.log4j.Logger
        Overrides:
        debug in class org.apache.logging.log4j.spi.AbstractLogger
      • debug

        public void debug​(org.apache.logging.log4j.Marker marker,
                          Object o)
        Specified by:
        debug in interface org.apache.logging.log4j.Logger
        Overrides:
        debug in class org.apache.logging.log4j.spi.AbstractLogger
      • debug

        public void debug​(Object o,
                          Throwable e)
        Specified by:
        debug in interface org.apache.logging.log4j.Logger
        Overrides:
        debug in class org.apache.logging.log4j.spi.AbstractLogger
      • debug

        public void debug​(org.apache.logging.log4j.Marker marker,
                          Object o,
                          Throwable e)
        Specified by:
        debug in interface org.apache.logging.log4j.Logger
        Overrides:
        debug in class org.apache.logging.log4j.spi.AbstractLogger
      • debug

        public void debug​(String comment)
        Specified by:
        debug in interface org.apache.logging.log4j.Logger
        Overrides:
        debug in class org.apache.logging.log4j.spi.AbstractLogger
      • debug

        public void debug​(org.apache.logging.log4j.Marker marker,
                          String comment)
        Specified by:
        debug in interface org.apache.logging.log4j.Logger
        Overrides:
        debug in class org.apache.logging.log4j.spi.AbstractLogger
      • debug

        public void debug​(String comment,
                          Throwable e)
        Specified by:
        debug in interface org.apache.logging.log4j.Logger
        Overrides:
        debug in class org.apache.logging.log4j.spi.AbstractLogger
      • debug

        public void debug​(org.apache.logging.log4j.Marker marker,
                          String comment,
                          Throwable e)
        Specified by:
        debug in interface org.apache.logging.log4j.Logger
        Overrides:
        debug in class org.apache.logging.log4j.spi.AbstractLogger
      • debug

        public void debug​(String comment,
                          IMediaStream stream)
      • debug

        public void debug​(String comment,
                          String category,
                          String event)
      • debug

        public void debug​(String comment,
                          String category,
                          String event,
                          int status,
                          String context)
      • debug

        public void debug​(String comment,
                          IMediaStream stream,
                          String category,
                          String event,
                          int status,
                          String context)
      • warn

        public void warn​(Object o)
        Specified by:
        warn in interface org.apache.logging.log4j.Logger
        Overrides:
        warn in class org.apache.logging.log4j.spi.AbstractLogger
      • warn

        public void warn​(org.apache.logging.log4j.Marker marker,
                         Object o)
        Specified by:
        warn in interface org.apache.logging.log4j.Logger
        Overrides:
        warn in class org.apache.logging.log4j.spi.AbstractLogger
      • warn

        public void warn​(Object o,
                         Throwable e)
        Specified by:
        warn in interface org.apache.logging.log4j.Logger
        Overrides:
        warn in class org.apache.logging.log4j.spi.AbstractLogger
      • warn

        public void warn​(org.apache.logging.log4j.Marker marker,
                         Object o,
                         Throwable e)
        Specified by:
        warn in interface org.apache.logging.log4j.Logger
        Overrides:
        warn in class org.apache.logging.log4j.spi.AbstractLogger
      • warn

        public void warn​(String comment)
        Specified by:
        warn in interface org.apache.logging.log4j.Logger
        Overrides:
        warn in class org.apache.logging.log4j.spi.AbstractLogger
      • warn

        public void warn​(org.apache.logging.log4j.Marker marker,
                         String comment)
        Specified by:
        warn in interface org.apache.logging.log4j.Logger
        Overrides:
        warn in class org.apache.logging.log4j.spi.AbstractLogger
      • warn

        public void warn​(String comment,
                         Throwable e)
        Specified by:
        warn in interface org.apache.logging.log4j.Logger
        Overrides:
        warn in class org.apache.logging.log4j.spi.AbstractLogger
      • warn

        public void warn​(org.apache.logging.log4j.Marker marker,
                         String comment,
                         Throwable e)
        Specified by:
        warn in interface org.apache.logging.log4j.Logger
        Overrides:
        warn in class org.apache.logging.log4j.spi.AbstractLogger
      • warn

        public void warn​(String comment,
                         IMediaStream stream)
      • warn

        public void warn​(String comment,
                         String category,
                         String event)
      • warn

        public void warn​(String comment,
                         String category,
                         String event,
                         int status,
                         String context)
      • warn

        public void warn​(String comment,
                         IMediaStream stream,
                         String category,
                         String event,
                         int status,
                         String context)
      • trace

        public void trace​(Object o)
        Specified by:
        trace in interface org.apache.logging.log4j.Logger
        Overrides:
        trace in class org.apache.logging.log4j.spi.AbstractLogger
      • trace

        public void trace​(org.apache.logging.log4j.Marker marker,
                          Object o)
        Specified by:
        trace in interface org.apache.logging.log4j.Logger
        Overrides:
        trace in class org.apache.logging.log4j.spi.AbstractLogger
      • trace

        public void trace​(Object o,
                          Throwable e)
        Specified by:
        trace in interface org.apache.logging.log4j.Logger
        Overrides:
        trace in class org.apache.logging.log4j.spi.AbstractLogger
      • trace

        public void trace​(org.apache.logging.log4j.Marker marker,
                          Object o,
                          Throwable e)
        Specified by:
        trace in interface org.apache.logging.log4j.Logger
        Overrides:
        trace in class org.apache.logging.log4j.spi.AbstractLogger
      • trace

        public void trace​(String comment)
        Specified by:
        trace in interface org.apache.logging.log4j.Logger
        Overrides:
        trace in class org.apache.logging.log4j.spi.AbstractLogger
      • trace

        public void trace​(org.apache.logging.log4j.Marker marker,
                          String comment)
        Specified by:
        trace in interface org.apache.logging.log4j.Logger
        Overrides:
        trace in class org.apache.logging.log4j.spi.AbstractLogger
      • trace

        public void trace​(String comment,
                          Throwable e)
        Specified by:
        trace in interface org.apache.logging.log4j.Logger
        Overrides:
        trace in class org.apache.logging.log4j.spi.AbstractLogger
      • trace

        public void trace​(org.apache.logging.log4j.Marker marker,
                          String comment,
                          Throwable e)
        Specified by:
        trace in interface org.apache.logging.log4j.Logger
        Overrides:
        trace in class org.apache.logging.log4j.spi.AbstractLogger
      • trace

        public void trace​(String comment,
                          IMediaStream stream)
      • trace

        public void trace​(String comment,
                          String category,
                          String event)
      • trace

        public void trace​(String comment,
                          String category,
                          String event,
                          int status,
                          String context)
      • trace

        public void trace​(String comment,
                          IMediaStream stream,
                          String category,
                          String event,
                          int status,
                          String context)