Package | Description |
---|---|
org.tinylog.core |
tinylog 2 native implementation.
|
org.tinylog.writers |
Writers for outputting log entries.
|
Modifier and Type | Method and Description |
---|---|
Collection<Writer> |
TinylogLoggingProvider.getWriters()
Gets all writers of the provider.
|
Collection<Writer> |
TinylogLoggingProvider.getWriters(String tag)
Gets all writers of the provider which respond to the given tag.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFormatPatternWriter
Base writer for outputting rendered log entries.
|
class |
ConsoleWriter
Writer for outputting log entries to system output streams.
|
class |
FileWriter
Writer for outputting log entries to a log file.
|
class |
JdbcWriter
Writer for inserting log entries into a SQL database table.
|
class |
LogcatWriter
Writer for redirecting log entries to Android's logcat.
|
class |
RollingFileWriter
Writer for outputting log entries to rolling log files.
|
class |
SharedFileWriter
Writer for outputting log entries to a shared log file.
|
Copyright © 2020. All rights reserved.