public class LogEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
content |
java.lang.String |
locale |
int |
offset |
LogLevel |
severity |
long |
timestamp |
Constructor and Description |
---|
LogEntry() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
toString() |
public long timestamp
public LogLevel severity
public java.lang.String locale
public java.lang.String content
public int offset
Copyright © 2021. All Rights Reserved.