public class LogItem
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
level
Level of the log.
|
java.lang.String |
msg
The formatted message, should not be null.
|
java.lang.String |
stackTraceInfo
The formatted stack trace info, null if stack trace info is disabled.
|
java.lang.String |
tag
The tag, should not be null.
|
java.lang.String |
threadInfo
The formatted thread info, null if thread info is disabled.
|
public int level
LogLevelpublic java.lang.String tag
public java.lang.String msg
public java.lang.String threadInfo
public java.lang.String stackTraceInfo