| Constructor and Description |
|---|
LogcatWriter() |
LogcatWriter(Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the writer.
|
void |
flush()
Outputs buffered log entries immediately.
|
Collection<LogEntryValue> |
getRequiredLogEntryValues()
Returns all log entry values that are required for outputting a log entry.
|
protected String |
renderMessage(LogEntry logEntry)
Renders the log message from a log entry.
|
protected String |
renderTag(LogEntry logEntry)
Renders the tag from a log entry.
|
void |
write(LogEntry logEntry)
Outputs a given log entry.
|
public Collection<LogEntryValue> getRequiredLogEntryValues()
WritergetRequiredLogEntryValues in interface WriterLogEntry objectspublic void write(LogEntry logEntry)
Writerpublic void flush()
Writerpublic void close()
Writerprotected String renderTag(LogEntry logEntry)
logEntry - Log entry for rendering tagCopyright © 2020. All rights reserved.