- get(String) - Method in class org.tinylog.core.TinylogContextProvider
-
- getAllFiles() - Method in class org.tinylog.path.DynamicPath
-
Gets all files that are compatible with the dynamic path.
- getCharset(Map<String, String>) - Static method in class org.tinylog.writers.AbstractFormatPatternWriter
-
Extracts the charset from configuration.
- getClassName() - Method in class org.tinylog.core.LogEntry
-
Gets the name of the class in which this log entry has been issued.
- getContext() - Method in class org.tinylog.core.LogEntry
-
Gets the thread context mapping as it was active while issuing this log entry.
- getContextProvider() - Method in class org.tinylog.core.TinylogLoggingProvider
-
- getCustomLevels() - Static method in class org.tinylog.core.ConfigurationParser
-
Loads custom severity levels for packages or classes from configuration.
- getException() - Method in class org.tinylog.core.LogEntry
-
Gets the catched exception or throwable associated with this log entry.
- getFileName() - Method in class org.tinylog.core.LogEntry
-
Gets the name of the source file in which this log entry has been issued.
- getFileName(Map<String, String>) - Static method in class org.tinylog.writers.AbstractFormatPatternWriter
-
Extracts the log file name from configuration.
- getGlobalLevel() - Static method in class org.tinylog.core.ConfigurationParser
-
Loads the global severity level from configuration.
- getLevel() - Method in class org.tinylog.core.LogEntry
-
Gets the severity level of this log entry.
- getLineNumber() - Method in class org.tinylog.core.LogEntry
-
Gets the line number in source file where this log entry has been issued.
- getLocale() - Static method in class org.tinylog.core.ConfigurationParser
-
Loads the locale from configuration.
- getMapping() - Method in class org.tinylog.core.TinylogContextProvider
-
- getMessage() - Method in class org.tinylog.core.LogEntry
-
Gets the text message of this log entry.
- getMethodName() - Method in class org.tinylog.core.LogEntry
-
Gets the name of the method in which this log entry has been issued.
- getMinimumLevel(String) - Method in class org.tinylog.core.TinylogLoggingProvider
-
- getRequiredLogEntryValues() - Method in interface org.tinylog.pattern.Token
-
Gets all log entry values that are required for outputting a log entry.
- getRequiredLogEntryValues() - Method in class org.tinylog.writers.AbstractFormatPatternWriter
-
Gets all log entry values that are required for rendering a log entry by the defined format pattern.
- getRequiredLogEntryValues() - Method in class org.tinylog.writers.ConsoleWriter
-
- getRequiredLogEntryValues() - Method in class org.tinylog.writers.JdbcWriter
-
- getRequiredLogEntryValues() - Method in class org.tinylog.writers.LogcatWriter
-
- getRequiredLogEntryValues() - Method in interface org.tinylog.writers.Writer
-
Returns all log entry values that are required for outputting a log entry.
- getTag() - Method in class org.tinylog.core.LogEntry
-
Gets the tag from logger if this log entry has been issued by a tagged logger.
- getTags() - Static method in class org.tinylog.core.ConfigurationParser
-
Loads all tags from writers in configuration.
- getThread() - Method in class org.tinylog.core.LogEntry
-
Gets the thread that has issued this log entry.
- getTimestamp() - Method in class org.tinylog.core.LogEntry
-
Gets the data and time when this log entry was issued.