public interface Flattener2
| Modifier and Type | Method and Description |
|---|---|
java.lang.CharSequence |
flatten(long timeMillis,
int logLevel,
java.lang.String tag,
java.lang.String message)
Flatten the log.
|
java.lang.CharSequence flatten(long timeMillis,
int logLevel,
java.lang.String tag,
java.lang.String message)
timeMillis - the time milliseconds of loglogLevel - the level of logtag - the tag of logmessage - the message of log