public class SubstituteLoggingEvent extends Objectimplements LoggingEvent
| Constructor and Description |
|---|
SubstituteLoggingEvent()
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getArgumentArray()
|
Level |
getLevel()
|
SubstituteLogger |
getLogger()
|
String |
getLoggerName()
|
Marker |
getMarker()
|
String |
getMessage()
|
String |
getThreadName()
|
Throwable |
getThrowable()
|
long |
getTimeStamp()
|
void |
setArgumentArray(Object
|
void |
setLevel(Level
|
void |
setLogger(SubstituteLogger
|
void |
setLoggerName(String
|
void |
setMarker(Marker
|
void |
setMessage(String
|
void |
setThreadName(String
|
void |
setThrowable(Throwable
|
void |
setTimeStamp(long timeStamp)
|
public LevelgetLevel()
public void setLevel(Levellevel)
public MarkergetMarker()
public void setMarker(Markermarker)
public StringgetLoggerName()
public void setLoggerName(StringloggerName)
public SubstituteLoggergetLogger()
public void setLogger(SubstituteLoggerlogger)
public StringgetMessage()
public void setMessage(Stringmessage)
public Object[] getArgumentArray()
public void setArgumentArray(Object[] argArray)
public long getTimeStamp()
public void setTimeStamp(long timeStamp)
public StringgetThreadName()
public void setThreadName(StringthreadName)
public ThrowablegetThrowable()
public void setThrowable(Throwablethrowable)