Package | Description |
---|---|
org.pmw.tinylog |
tinylog classes
|
org.pmw.tinylog.writers |
Writers for outputting log entries
|
Modifier and Type | Class | Description |
---|---|---|
class |
LegacyLogEntry |
Log entry object with milliseconds precision for current date.
|
class |
PreciseLogEntry |
Log entry object with nanoseconds precision for current date.
|
class |
UndatedLogEntry |
Log entry object without any date.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ConsoleWriter.write(LogEntry logEntry) |
|
void |
FileWriter.write(LogEntry logEntry) |
|
void |
JdbcWriter.write(LogEntry logEntry) |
|
void |
LogcatWriter.write(LogEntry logEntry) |
|
void |
RollingFileWriter.write(LogEntry logEntry) |
|
void |
SharedFileWriter.write(LogEntry logEntry) |
|
void |
Writer.write(LogEntry logEntry) |
Write a log entry.
|
Copyright © 2019. All rights reserved.