public class Event extends Object
| Modifier and Type | Field and Description |
|---|---|
StackTraceElement[] |
callerData |
String |
level |
String |
loggerName |
Set<String> |
markers |
Map<String,String> |
mdcPropertyMap |
String |
message |
String |
threadName |
ThrowableProxy |
throwableProxy |
String |
timeStamp |
| Constructor and Description |
|---|
Event() |
public String message
public String level
public String threadName
public String loggerName
public ThrowableProxy throwableProxy
public StackTraceElement[] callerData
public String timeStamp
Copyright © 2017. All rights reserved.