- get(String) - Method in class org.tinylog.core.TinylogContextProvider
-
- getAllFiles(String) - Method in class org.tinylog.path.DynamicPath
-
Gets all original files and backup files that are compatible with the dynamic path.
- getAllWriters(Collection<Writer>[][]) - Static method in class org.tinylog.core.TinylogLoggingConfiguration
-
Collects all writer instances from a matrix of writers.
- getArguments() - Method in class org.tinylog.throwable.AbstractThrowableFilter
-
Gets all passed arguments.
- getBackup() - Method in class org.tinylog.path.FileTuple
-
Gets the backup file.
- getBackupSuffix() - Method in interface org.tinylog.converters.FileConverter
-
Gets the additional file extension for backup files.
- getBackupSuffix() - Method in class org.tinylog.converters.GzipFileConverter
-
- getBackupSuffix() - Method in class org.tinylog.converters.NopFileConverter
-
- getBooleanValue(String) - Method in class org.tinylog.writers.AbstractWriter
-
Gets the boolean value for the passed key from the configuration properties.
- getCause() - Method in interface org.tinylog.throwable.ThrowableData
-
Gets the cause of the throwable to output.
- getCause() - Method in class org.tinylog.throwable.ThrowableStore
-
- getCause() - Method in class org.tinylog.throwable.ThrowableWrapper
-
- getCharset() - Method in class org.tinylog.writers.AbstractFileBasedWriter
-
Extracts the charset from configuration.
- getCharsetHeader(Charset) - Static method in class org.tinylog.writers.AbstractFileBasedWriter
-
Generate the header for the passed charset (for example BOM for UTF-16).
- getClassName() - Method in class org.tinylog.core.LogEntry
-
Gets the name of the class in which this log entry has been issued.
- getClassName() - Method in interface org.tinylog.throwable.ThrowableData
-
Gets the class name of the throwable to output.
- getClassName() - Method in class org.tinylog.throwable.ThrowableStore
-
- getClassName() - Method in class org.tinylog.throwable.ThrowableWrapper
-
- 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 caught 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() - Method in class org.tinylog.writers.AbstractFileBasedWriter
-
Extracts the log file name from configuration.
- getGlobalLevel() - Static method in class org.tinylog.core.ConfigurationParser
-
Loads the global severity level from configuration.
- getLastModified() - Method in class org.tinylog.path.FileTuple
-
Gets the last modification time.
- 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.
- getMapping() - Method in class org.tinylog.core.TinylogContextProvider
-
- getMessage() - Method in class org.tinylog.core.LogEntry
-
Gets the text message of this log entry.
- getMessage() - Method in interface org.tinylog.throwable.ThrowableData
-
Gets the message of the throwable to output.
- getMessage() - Method in class org.tinylog.throwable.ThrowableStore
-
- getMessage() - Method in class org.tinylog.throwable.ThrowableWrapper
-
- getMethodName() - Method in class org.tinylog.core.LogEntry
-
Gets the name of the method in which this log entry has been issued.
- getMinimumLevel() - Method in class org.tinylog.core.TinylogLoggingProvider
-
- getMinimumLevel(String) - Method in class org.tinylog.core.TinylogLoggingProvider
-
- getOriginal() - Method in class org.tinylog.path.FileTuple
-
Gets the original file.
- 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.JsonWriter
-
- 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.
- getStackTrace() - Method in interface org.tinylog.throwable.ThrowableData
-
Gets the stack trace of the throwable to output.
- getStackTrace() - Method in class org.tinylog.throwable.ThrowableStore
-
- getStackTrace() - Method in class org.tinylog.throwable.ThrowableWrapper
-
- getStaticText() - Method in class org.tinylog.path.DynamicSegment
-
- getStringValue(String) - Method in class org.tinylog.writers.AbstractWriter
-
Gets the trimmed value for the passed key from the configuration properties.
- 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.
- getText() - Static method in class org.tinylog.path.DynamicSegment
-
Returns the current dynamic text.
- 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.
- getWriters() - Method in class org.tinylog.core.TinylogLoggingProvider
-
Gets all writers of the provider.
- getWriters(String) - Method in class org.tinylog.core.TinylogLoggingProvider
-
Gets all writers of the provider which belong to the given tag.
- getWriters(String, Level) - Method in class org.tinylog.core.TinylogLoggingProvider
-
Gets all writers which belong to the given tag and a given level.
- GzipFileConverter - Class in org.tinylog.converters
-
Converter for compressing a log file asynchronously by the GZIP algorithm when backing up the file.
- GzipFileConverter() - Constructor for class org.tinylog.converters.GzipFileConverter
-