public class LogEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LogEvent.Builder
LogEvent.Builder separates the construction of a LogEvent from its representation
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
Throwable |
getException() |
String |
getLevel() |
int |
getLineNumber() |
String |
getMessage() |
String |
getMethodName() |
long |
getTimestamp() |
static LogEvent.Builder |
newBuilder() |
String |
toString() |
public String getLevel()
public String getMessage()
public Throwable getException()
public long getTimestamp()
public String getClassName()
public String getMethodName()
public int getLineNumber()
public static LogEvent.Builder newBuilder()
public String toString()
toString in class ObjectObject.toString()Copyright © 2017 Stackify, LLC. All Rights Reserved.