Package | Description |
---|---|
org.tinylog.core |
tinylog 2 native implementation.
|
org.tinylog.pattern |
Functionality for parsing format patterns.
|
org.tinylog.writers |
Writers for outputting log entries.
|
Modifier and Type | Method and 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 and Description |
---|---|
Collection<LogEntryValue> |
Token.getRequiredLogEntryValues()
Gets all log entry values that are required for outputting a log entry.
|
Modifier and Type | Method and Description |
---|---|
Collection<LogEntryValue> |
AbstractFormatPatternWriter.getRequiredLogEntryValues()
Gets all log entry values that are required for rendering a log entry by the defined format pattern.
|
Collection<LogEntryValue> |
ConsoleWriter.getRequiredLogEntryValues() |
Collection<LogEntryValue> |
JdbcWriter.getRequiredLogEntryValues() |
Collection<LogEntryValue> |
LogcatWriter.getRequiredLogEntryValues() |
Collection<LogEntryValue> |
Writer.getRequiredLogEntryValues()
Returns all log entry values that are required for outputting a log entry.
|
Copyright © 2020. All rights reserved.