org.slf4j.event
Class SubstituteLoggingEvent
java.lang.Object
org.slf4j.event.SubstituteLoggingEvent
- All Implemented Interfaces:
- LoggingEvent
public class SubstituteLoggingEvent
- extends Object
- implements LoggingEvent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubstituteLoggingEvent
public SubstituteLoggingEvent()
getLevel
public Level getLevel()
- Specified by:
getLevel
in interface LoggingEvent
setLevel
public void setLevel(Level level)
getMarker
public Marker getMarker()
- Specified by:
getMarker
in interface LoggingEvent
setMarker
public void setMarker(Marker marker)
getLoggerName
public String getLoggerName()
- Specified by:
getLoggerName
in interface LoggingEvent
setLoggerName
public void setLoggerName(String loggerName)
getLogger
public SubstituteLogger getLogger()
setLogger
public void setLogger(SubstituteLogger logger)
getMessage
public String getMessage()
- Specified by:
getMessage
in interface LoggingEvent
setMessage
public void setMessage(String message)
getArgumentArray
public Object[] getArgumentArray()
- Specified by:
getArgumentArray
in interface LoggingEvent
setArgumentArray
public void setArgumentArray(Object[] argArray)
getTimeStamp
public long getTimeStamp()
- Specified by:
getTimeStamp
in interface LoggingEvent
setTimeStamp
public void setTimeStamp(long timeStamp)
getThreadName
public String getThreadName()
- Specified by:
getThreadName
in interface LoggingEvent
setThreadName
public void setThreadName(String threadName)
getThrowable
public Throwable getThrowable()
- Specified by:
getThrowable
in interface LoggingEvent
setThrowable
public void setThrowable(Throwable throwable)
Copyright © 2005–2016 QOS.ch. All rights reserved.