public interface Appender
| Modifier and Type | Method and Description |
|---|---|
void |
append(LogPattern.Log log)
Append the given log.
|
IAsync<?> |
flush()
Ask to flush any pending log that this appender is still holding.
|
int |
level()
Return the level of this appender.
|
boolean |
needsLocation()
Return true if this appender needs the location.
|
boolean |
needsThreadName()
Return true if this appender needs the thread name.
|
void append(LogPattern.Log log)
int level()
boolean needsThreadName()
boolean needsLocation()
IAsync<?> flush()
Copyright © 2019. All rights reserved.