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()
Writer
getRequiredLogEntryValues
in interface Writer
LogEntry
objectspublic void write(LogEntry logEntry)
Writer
public void flush()
Writer
public void close()
Writer
protected String renderTag(LogEntry logEntry)
logEntry
- Log entry for rendering tagCopyright © 2020. All rights reserved.