Interface | Description |
---|---|
Writer |
Writers output created log entries from
Logger . |
Class | Description |
---|---|
ConsoleWriter |
Writes log entries to the console.
|
FileWriter |
Writes log entries to a file.
|
JdbcWriter |
Writes log entries to a SQL database.
|
LogcatWriter |
Writes log entries via Android's logcat.
|
RollingFileWriter |
Writes log entries to a file like
FileWriter but keeps backups of old
logging files. |
SharedFileWriter |
Writes log entries to a shared file.
|
VMShutdownHook |
Thread to shutdown writers at VM shutdown.
|
Enum | Description |
---|---|
JdbcWriter.Value |
Values to insert into database.
|
LogEntryValue |
Supported log entry values in
LogEntry . |
Annotation Type | Description |
---|---|
PropertiesSupport |
This annotation makes a
Writer configurable by properties. |
Property |
This annotation specifies a property for a
Writer . |
Copyright © 2019. All rights reserved.