Package | Description |
---|---|
org.pmw.tinylog.writers |
Writers for outputting log entries
|
Modifier and Type | Method | Description |
---|---|---|
static LogEntryValue |
LogEntryValue.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static LogEntryValue[] |
LogEntryValue.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Set<LogEntryValue> |
ConsoleWriter.getRequiredLogEntryValues() |
|
Set<LogEntryValue> |
FileWriter.getRequiredLogEntryValues() |
|
Set<LogEntryValue> |
JdbcWriter.getRequiredLogEntryValues() |
|
Set<LogEntryValue> |
LogcatWriter.getRequiredLogEntryValues() |
|
Set<LogEntryValue> |
RollingFileWriter.getRequiredLogEntryValues() |
|
Set<LogEntryValue> |
SharedFileWriter.getRequiredLogEntryValues() |
|
Set<LogEntryValue> |
Writer.getRequiredLogEntryValues() |
Get all log entry values that are required by this writer.
|
Copyright © 2019. All rights reserved.