A B C D E F G I J K L M N O P R S T U V W 

A

AbstractDatePolicy - Class in org.tinylog.policies
Abstract base class for date based policies.
AbstractDatePolicy(String, String) - Constructor for class org.tinylog.policies.AbstractDatePolicy
 
AbstractFileBasedWriter - Class in org.tinylog.writers
Base writer for outputting log entries into files.
AbstractFileBasedWriter(Map<String, String>) - Constructor for class org.tinylog.writers.AbstractFileBasedWriter
 
AbstractFormatPatternWriter - Class in org.tinylog.writers
Base writer for outputting rendered log entries.
AbstractFormatPatternWriter(Map<String, String>) - Constructor for class org.tinylog.writers.AbstractFormatPatternWriter
 
AbstractStackTraceElementsFilter - Class in org.tinylog.throwable
Abstract throwable filter for filtering stack trace elements by configurable packages and classes.
AbstractStackTraceElementsFilter(String) - Constructor for class org.tinylog.throwable.AbstractStackTraceElementsFilter
 
AbstractThrowableFilter - Class in org.tinylog.throwable
Abstract throwable filter that just loops trough all data of the passed origin throwable data.
AbstractThrowableFilter(String) - Constructor for class org.tinylog.throwable.AbstractThrowableFilter
 
AbstractWriter - Class in org.tinylog.writers
 
AbstractWriter(Map<String, String>) - Constructor for class org.tinylog.writers.AbstractWriter
 
add(Writer, LogEntry) - Method in class org.tinylog.core.WritingThread
Adds a log entry for writing.
addWriter(Writer, Collection<Writer>[][], int, Level) - Method in class org.tinylog.core.TinylogLoggingConfiguration
Adds a writer to a well-defined matrix.
apply(LogEntry, PreparedStatement, int) - Method in interface org.tinylog.pattern.Token
Adds the value of this token to a prepared SQL statement.

B

BufferedWriterDecorator - Class in org.tinylog.writers.raw
Decorator to buffer output data for any ByteArrayWriter implementation.
BufferedWriterDecorator(ByteArrayWriter) - Constructor for class org.tinylog.writers.raw.BufferedWriterDecorator
 
ByteArrayWriter - Interface in org.tinylog.writers.raw
Writers output raw byte arrays.

C

calculateFullStackTraceRequirements(Collection<LogEntryValue>[][]) - Method in class org.tinylog.core.TinylogLoggingConfiguration
Calculates for which tag a full stack trace element with method name, file name and line number is required.
calculateMinimumLevel(Level, Map<String, Level>) - Method in class org.tinylog.core.TinylogLoggingConfiguration
Calculates the minimum severity level that can output any log entries.
calculateRequiredLogEntryValues(Collection<Writer>[][]) - Method in class org.tinylog.core.TinylogLoggingConfiguration
Creates a matrix with all required log entry values for each tag and severity level.
CharsetAdjustmentWriterDecorator - Class in org.tinylog.writers.raw
Wrapper for skipping charset headers (for example BOM for UTF-16).
CharsetAdjustmentWriterDecorator(ByteArrayWriter, byte[]) - Constructor for class org.tinylog.writers.raw.CharsetAdjustmentWriterDecorator
 
CLASS - org.tinylog.core.LogEntryValue
Name of issuing class.
clear() - Method in class org.tinylog.core.TinylogContextProvider
 
close() - Method in interface org.tinylog.converters.FileConverter
This method is called when tinylog closes the current log file.
close() - Method in class org.tinylog.converters.GzipFileConverter
 
close() - Method in class org.tinylog.converters.NopFileConverter
 
close() - Method in class org.tinylog.writers.ConsoleWriter
 
close() - Method in class org.tinylog.writers.FileWriter
 
close() - Method in class org.tinylog.writers.JdbcWriter
 
close() - Method in class org.tinylog.writers.JsonWriter
 
close() - Method in class org.tinylog.writers.LogcatWriter
 
close() - Method in class org.tinylog.writers.raw.BufferedWriterDecorator
 
close() - Method in interface org.tinylog.writers.raw.ByteArrayWriter
Closes this writer and releases any associated system resources.
close() - Method in class org.tinylog.writers.raw.CharsetAdjustmentWriterDecorator
 
close() - Method in class org.tinylog.writers.raw.LockedRandomAccessFileWriter
 
close() - Method in class org.tinylog.writers.raw.RandomAccessFileWriter
 
close() - Method in class org.tinylog.writers.raw.SynchronizedWriterDecorator
 
close() - Method in class org.tinylog.writers.RollingFileWriter
 
close() - Method in class org.tinylog.writers.SharedFileWriter
 
close() - Method in interface org.tinylog.writers.Writer
Closes the writer.
ConfigurationParser - Class in org.tinylog.core
Parser for properties based configuration.
ConsoleWriter - Class in org.tinylog.writers
Writer for outputting log entries to system output streams.
ConsoleWriter() - Constructor for class org.tinylog.writers.ConsoleWriter
 
ConsoleWriter(Map<String, String>) - Constructor for class org.tinylog.writers.ConsoleWriter
 
CONTEXT - org.tinylog.core.LogEntryValue
Thread context mapping as it was active while issuing.
continueCurrentFile(byte[]) - Method in class org.tinylog.policies.AbstractDatePolicy
 
continueCurrentFile(byte[]) - Method in class org.tinylog.policies.DynamicPolicy
 
continueCurrentFile(byte[]) - Method in interface org.tinylog.policies.Policy
Checks if a log entry can be appended to the current log file.
continueCurrentFile(byte[]) - Method in class org.tinylog.policies.SizePolicy
 
continueCurrentFile(byte[]) - Method in class org.tinylog.policies.StartupPolicy
 
continueExistingFile(String) - Method in class org.tinylog.policies.AbstractDatePolicy
 
continueExistingFile(String) - Method in class org.tinylog.policies.DynamicPolicy
 
continueExistingFile(String) - Method in interface org.tinylog.policies.Policy
Checks if an existing log file can be continued.
continueExistingFile(String) - Method in class org.tinylog.policies.SizePolicy
 
continueExistingFile(String) - Method in class org.tinylog.policies.StartupPolicy
 
createByteArrayWriter(String, boolean, boolean, boolean, boolean, Charset) - Static method in class org.tinylog.writers.AbstractFileBasedWriter
Creates a ByteArrayWriter for a file.
createLogEntry(StackTraceElement, String, Level, Throwable, MessageFormatter, Object, Object[], Collection<LogEntryValue>[], ContextProvider) - Static method in class org.tinylog.core.TinylogLoggingConfiguration
Creates a new log entry.
createToken(String, Timestamp) - Method in class org.tinylog.path.DynamicSegment
 
createWriters(List<String>, Level, boolean) - Method in class org.tinylog.core.TinylogLoggingConfiguration
Creates a two-dimensional matrix with all configured writers.
createWritingThread(Collection<Writer>[][]) - Method in class org.tinylog.core.TinylogLoggingConfiguration
Creates a writing thread for a matrix of writers.

D

DailyPolicy - Class in org.tinylog.policies
Policy for triggering a rollover every day at a defined time.
DailyPolicy() - Constructor for class org.tinylog.policies.DailyPolicy
 
DailyPolicy(String) - Constructor for class org.tinylog.policies.DailyPolicy
 
DATE - org.tinylog.core.LogEntryValue
Date and time of issue.
delete() - Method in class org.tinylog.path.FileTuple
Deletes the original and backup file.
DropCauseThrowableFilter - Class in org.tinylog.throwable
Filter for dropping the causes of configured throwables.
DropCauseThrowableFilter() - Constructor for class org.tinylog.throwable.DropCauseThrowableFilter
 
DropCauseThrowableFilter(String) - Constructor for class org.tinylog.throwable.DropCauseThrowableFilter
 
DynamicPath - Class in org.tinylog.path
A dynamic path represents a path with patterns that can be resolved as a real path to a file at runtime.
DynamicPath(String) - Constructor for class org.tinylog.path.DynamicPath
 
DynamicPolicy - Class in org.tinylog.policies
Policy for triggering a manual rollover by calling DynamicPolicy.setReset().
DynamicPolicy() - Constructor for class org.tinylog.policies.DynamicPolicy
 
DynamicPolicy(String) - Constructor for class org.tinylog.policies.DynamicPolicy
 
DynamicSegment - Class in org.tinylog.path
Path segment that represents a dynamic text.

E

EXCEPTION - org.tinylog.core.LogEntryValue
Caught exception or throwable.

F

FILE - org.tinylog.core.LogEntryValue
Name of issuing source file.
FileConverter - Interface in org.tinylog.converters
Log file converter for the RollingFileWriter.
FileTuple - Class in org.tinylog.path
Immutable tuple of original file and its backup.
FileTuple(File, File) - Constructor for class org.tinylog.path.FileTuple
 
FileWriter - Class in org.tinylog.writers
Writer for outputting log entries to a log file.
FileWriter() - Constructor for class org.tinylog.writers.FileWriter
 
FileWriter(Map<String, String>) - Constructor for class org.tinylog.writers.FileWriter
 
filter(ThrowableData) - Method in class org.tinylog.throwable.AbstractStackTraceElementsFilter
 
filter(ThrowableData) - Method in class org.tinylog.throwable.DropCauseThrowableFilter
 
filter(ThrowableData) - Method in interface org.tinylog.throwable.ThrowableFilter
Filters or transforms an exception or other throwables.
filter(ThrowableData) - Method in class org.tinylog.throwable.UnpackThrowableFilter
 
flush() - Method in class org.tinylog.writers.ConsoleWriter
 
flush() - Method in class org.tinylog.writers.FileWriter
 
flush() - Method in class org.tinylog.writers.JdbcWriter
 
flush() - Method in class org.tinylog.writers.JsonWriter
 
flush() - Method in class org.tinylog.writers.LogcatWriter
 
flush() - Method in class org.tinylog.writers.raw.BufferedWriterDecorator
 
flush() - Method in interface org.tinylog.writers.raw.ByteArrayWriter
Forces writing of any buffered data.
flush() - Method in class org.tinylog.writers.raw.CharsetAdjustmentWriterDecorator
 
flush() - Method in class org.tinylog.writers.raw.LockedRandomAccessFileWriter
 
flush() - Method in class org.tinylog.writers.raw.RandomAccessFileWriter
 
flush() - Method in class org.tinylog.writers.raw.SynchronizedWriterDecorator
 
flush() - Method in class org.tinylog.writers.RollingFileWriter
 
flush() - Method in class org.tinylog.writers.SharedFileWriter
 
flush() - Method in interface org.tinylog.writers.Writer
Outputs buffered log entries immediately.
FormatPatternParser - Class in org.tinylog.pattern
Parser for format patterns.
FormatPatternParser(String) - Constructor for class org.tinylog.pattern.FormatPatternParser
 

G

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
 

I

isAutoShutdownEnabled() - Static method in class org.tinylog.core.ConfigurationParser
Detects whether auto shutdown is enabled in configuration.
isEnabled(int, String, Level) - Method in class org.tinylog.core.TinylogLoggingProvider
 
isValid(File) - Method in class org.tinylog.path.DynamicPath
Checks if an already existing file is compatible with this dynamic path.
isWritingThreadEnabled() - Static method in class org.tinylog.core.ConfigurationParser
Detects whether writing thread is enabled in configuration.

J

JdbcWriter - Class in org.tinylog.writers
Writer for inserting log entries into an SQL database table.
JdbcWriter() - Constructor for class org.tinylog.writers.JdbcWriter
 
JdbcWriter(Map<String, String>) - Constructor for class org.tinylog.writers.JdbcWriter
 
JsonWriter - Class in org.tinylog.writers
Writer for outputting log entries to a log file in JSON format.
JsonWriter() - Constructor for class org.tinylog.writers.JsonWriter
 
JsonWriter(Map<String, String>) - Constructor for class org.tinylog.writers.JsonWriter
 

K

KeepThrowableFilter - Class in org.tinylog.throwable
Filter for removing all stack trace elements from stack trace except the defined packages and classes.
KeepThrowableFilter() - Constructor for class org.tinylog.throwable.KeepThrowableFilter
 
KeepThrowableFilter(String) - Constructor for class org.tinylog.throwable.KeepThrowableFilter
 

L

LEVEL - org.tinylog.core.LogEntryValue
Severity level.
LINE - org.tinylog.core.LogEntryValue
Issuing line number in source file.
LockedRandomAccessFileWriter - Class in org.tinylog.writers.raw
Wrapper for using a RandomAccessFile as writer.
LockedRandomAccessFileWriter(RandomAccessFile) - Constructor for class org.tinylog.writers.raw.LockedRandomAccessFileWriter
 
log(int, String, Level, Throwable, MessageFormatter, Object, Object...) - Method in class org.tinylog.core.TinylogLoggingProvider
 
log(String, String, Level, Throwable, MessageFormatter, Object, Object...) - Method in class org.tinylog.core.TinylogLoggingProvider
 
LogcatWriter - Class in org.tinylog.writers
Writer for redirecting log entries to Android's logcat.
LogcatWriter() - Constructor for class org.tinylog.writers.LogcatWriter
 
LogcatWriter(Map<String, String>) - Constructor for class org.tinylog.writers.LogcatWriter
 
LogEntry - Class in org.tinylog.core
Immutable holder of all required data for writing a log entry.
LogEntry(Timestamp, Thread, Map<String, String>, String, String, String, int, String, Level, String, Throwable) - Constructor for class org.tinylog.core.LogEntry
 
LogEntryValue - Enum in org.tinylog.core
Enumerated values for defining required log entry values.

M

match(String, String) - Method in class org.tinylog.throwable.AbstractStackTraceElementsFilter
Tests if a passed filter matches a given fully-qualified class name.
MESSAGE - org.tinylog.core.LogEntryValue
Text message.
METHOD - org.tinylog.core.LogEntryValue
Name of issuing method.
MonthlyPolicy - Class in org.tinylog.policies
Policy for triggering a rollover every month at a defined time.
MonthlyPolicy() - Constructor for class org.tinylog.policies.MonthlyPolicy
 
MonthlyPolicy(String) - Constructor for class org.tinylog.policies.MonthlyPolicy
 

N

NopFileConverter - Class in org.tinylog.converters
Converter that will do nothing but keeping the original data and files.
NopFileConverter() - Constructor for class org.tinylog.converters.NopFileConverter
 

O

open(String) - Method in interface org.tinylog.converters.FileConverter
This method is called when tinylog opens a log file for writing log entries.
open(String) - Method in class org.tinylog.converters.GzipFileConverter
 
open(String) - Method in class org.tinylog.converters.NopFileConverter
 
org.tinylog.converters - package org.tinylog.converters
Converters for file based writers.
org.tinylog.core - package org.tinylog.core
tinylog 2 native implementation.
org.tinylog.path - package org.tinylog.path
Dynamic path and segments for resolving log file paths with patterns.
org.tinylog.pattern - package org.tinylog.pattern
Functionality for parsing format patterns.
org.tinylog.policies - package org.tinylog.policies
Policies for triggering rollover events for RollingFileWriter.
org.tinylog.throwable - package org.tinylog.throwable
Filters for transforming exceptions and other throwables.
org.tinylog.writers - package org.tinylog.writers
Writers for outputting log entries.
org.tinylog.writers.raw - package org.tinylog.writers.raw
Writers for outputting raw byte arrays.

P

parse(String) - Method in class org.tinylog.pattern.FormatPatternParser
Parses a format pattern and produces a generic token from it.
parse(String, Level) - Static method in class org.tinylog.core.ConfigurationParser
Reads a severity level from configuration.
Policy - Interface in org.tinylog.policies
Policies are used by RollingFileWriter for triggering rollover events.
put(String, Object) - Method in class org.tinylog.core.TinylogContextProvider
 

R

RandomAccessFileWriter - Class in org.tinylog.writers.raw
Wrapper for using a RandomAccessFile as writer.
RandomAccessFileWriter(RandomAccessFile) - Constructor for class org.tinylog.writers.raw.RandomAccessFileWriter
 
readTail(byte[], int, int) - Method in class org.tinylog.writers.raw.BufferedWriterDecorator
 
readTail(byte[], int, int) - Method in interface org.tinylog.writers.raw.ByteArrayWriter
Reads the last bytes.
readTail(byte[], int, int) - Method in class org.tinylog.writers.raw.CharsetAdjustmentWriterDecorator
 
readTail(byte[], int, int) - Method in class org.tinylog.writers.raw.LockedRandomAccessFileWriter
 
readTail(byte[], int, int) - Method in class org.tinylog.writers.raw.RandomAccessFileWriter
 
readTail(byte[], int, int) - Method in class org.tinylog.writers.raw.SynchronizedWriterDecorator
 
remove(String) - Method in class org.tinylog.core.TinylogContextProvider
 
render(LogEntry) - Method in class org.tinylog.writers.AbstractFormatPatternWriter
Renders a log entry as string.
render(LogEntry, StringBuilder) - Method in interface org.tinylog.pattern.Token
Renders a log entry.
reset() - Method in class org.tinylog.policies.AbstractDatePolicy
 
reset() - Method in class org.tinylog.policies.DynamicPolicy
 
reset() - Method in interface org.tinylog.policies.Policy
Resets this policy as a new log file has been started.
reset() - Method in class org.tinylog.policies.SizePolicy
 
reset() - Method in class org.tinylog.policies.StartupPolicy
 
resolve() - Method in class org.tinylog.path.DynamicPath
Resolves all patterns and generates a real path for a (new) file.
RollingFileWriter - Class in org.tinylog.writers
Writer for outputting log entries to rolling log files.
RollingFileWriter() - Constructor for class org.tinylog.writers.RollingFileWriter
 
RollingFileWriter(Map<String, String>) - Constructor for class org.tinylog.writers.RollingFileWriter
 
run() - Method in class org.tinylog.core.WritingThread
Fetches log entries and writes them until receiving a poison task.

S

scrollAhead(Calendar) - Method in class org.tinylog.policies.AbstractDatePolicy
Scrolls a calendar ahead to the next policy epoch.
scrollAhead(Calendar) - Method in class org.tinylog.policies.DailyPolicy
 
scrollAhead(Calendar) - Method in class org.tinylog.policies.MonthlyPolicy
 
scrollBack(Calendar) - Method in class org.tinylog.policies.AbstractDatePolicy
Scrolls a calendar back to the previous policy epoch.
scrollBack(Calendar) - Method in class org.tinylog.policies.DailyPolicy
 
scrollBack(Calendar) - Method in class org.tinylog.policies.MonthlyPolicy
 
setReset() - Static method in class org.tinylog.policies.DynamicPolicy
Sets the reset flag to trigger a reset.
setText(String) - Static method in class org.tinylog.path.DynamicSegment
Sets a new dynamic text.
SharedFileWriter - Class in org.tinylog.writers
Writer for outputting log entries to a shared log file.
SharedFileWriter() - Constructor for class org.tinylog.writers.SharedFileWriter
 
SharedFileWriter(Map<String, String>) - Constructor for class org.tinylog.writers.SharedFileWriter
 
shouldKept(String, List<String>) - Method in class org.tinylog.throwable.AbstractStackTraceElementsFilter
Tests if the stack trace element of a passed class name should be kept.
shouldKept(String, List<String>) - Method in class org.tinylog.throwable.KeepThrowableFilter
 
shouldKept(String, List<String>) - Method in class org.tinylog.throwable.StripThrowableFilter
 
shutdown() - Method in interface org.tinylog.converters.FileConverter
Shuts this file converter down.
shutdown() - Method in class org.tinylog.converters.GzipFileConverter
 
shutdown() - Method in class org.tinylog.converters.NopFileConverter
 
shutdown() - Method in class org.tinylog.core.TinylogLoggingProvider
 
shutdown() - Method in class org.tinylog.core.WritingThread
Shuts this writing thread down after writing all already added log entries.
SizePolicy - Class in org.tinylog.policies
Policy for triggering a rollover when a log file reaches a defined maximum file size.
SizePolicy() - Constructor for class org.tinylog.policies.SizePolicy
 
SizePolicy(String) - Constructor for class org.tinylog.policies.SizePolicy
 
StartupPolicy - Class in org.tinylog.policies
Policy for triggering a rollover at startup.
StartupPolicy() - Constructor for class org.tinylog.policies.StartupPolicy
 
StartupPolicy(String) - Constructor for class org.tinylog.policies.StartupPolicy
 
StripThrowableFilter - Class in org.tinylog.throwable
Filter for removing defined packages and classes from stack trace.
StripThrowableFilter() - Constructor for class org.tinylog.throwable.StripThrowableFilter
 
StripThrowableFilter(String) - Constructor for class org.tinylog.throwable.StripThrowableFilter
 
SynchronizedWriterDecorator - Class in org.tinylog.writers.raw
Thread-safe decorator for any ByteArrayWriter implementation.
SynchronizedWriterDecorator(ByteArrayWriter, Object) - Constructor for class org.tinylog.writers.raw.SynchronizedWriterDecorator
 

T

TAG - org.tinylog.core.LogEntryValue
Tag from tagged logger.
THREAD - org.tinylog.core.LogEntryValue
Issuing thread.
ThrowableData - Interface in org.tinylog.throwable
Interface for all relevant throwable data.
ThrowableFilter - Interface in org.tinylog.throwable
Throwable filters transform exceptions and other throwables for improving and customizing the output.
ThrowableStore - Class in org.tinylog.throwable
Immutable storage for throwable data.
ThrowableStore(String, String, List<StackTraceElement>, ThrowableData) - Constructor for class org.tinylog.throwable.ThrowableStore
 
ThrowableWrapper - Class in org.tinylog.throwable
Wrapper for exceptions and other throwables.
ThrowableWrapper(Throwable) - Constructor for class org.tinylog.throwable.ThrowableWrapper
 
TinylogContextProvider - Class in org.tinylog.core
tinylog's native context provider implementation uses a InheritableThreadLocal to store thread context values.
TinylogContextProvider() - Constructor for class org.tinylog.core.TinylogContextProvider
 
TinylogLoggingConfiguration - Class in org.tinylog.core
Configuration support for a logging provider which uses writers for the actual logging.
TinylogLoggingConfiguration() - Constructor for class org.tinylog.core.TinylogLoggingConfiguration
 
TinylogLoggingProvider - Class in org.tinylog.core
tinylog's native logging provider implementation.
TinylogLoggingProvider() - Constructor for class org.tinylog.core.TinylogLoggingProvider
 
TinylogLoggingProvider(ContextProvider) - Constructor for class org.tinylog.core.TinylogLoggingProvider
 
Token - Interface in org.tinylog.pattern
Token for rendering a log entry as text.
truncate(int) - Method in class org.tinylog.writers.raw.BufferedWriterDecorator
 
truncate(int) - Method in interface org.tinylog.writers.raw.ByteArrayWriter
Truncates the file size.
truncate(int) - Method in class org.tinylog.writers.raw.CharsetAdjustmentWriterDecorator
 
truncate(int) - Method in class org.tinylog.writers.raw.LockedRandomAccessFileWriter
 
truncate(int) - Method in class org.tinylog.writers.raw.RandomAccessFileWriter
 
truncate(int) - Method in class org.tinylog.writers.raw.SynchronizedWriterDecorator
 
truncate(Calendar, int, int) - Method in class org.tinylog.policies.AbstractDatePolicy
Truncates a calendar to the start of a policy epoch.
truncate(Calendar, int, int) - Method in class org.tinylog.policies.DailyPolicy
 
truncate(Calendar, int, int) - Method in class org.tinylog.policies.MonthlyPolicy
 

U

UnpackThrowableFilter - Class in org.tinylog.throwable
Filter for unpacking configured throwables.
UnpackThrowableFilter() - Constructor for class org.tinylog.throwable.UnpackThrowableFilter
 
UnpackThrowableFilter(String) - Constructor for class org.tinylog.throwable.UnpackThrowableFilter
 

V

validateToken(String) - Method in class org.tinylog.path.DynamicSegment
 
valueOf(String) - Static method in enum org.tinylog.core.LogEntryValue
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.tinylog.core.LogEntryValue
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(byte[]) - Method in interface org.tinylog.converters.FileConverter
This method can convert data before writing to the currently opened log file.
write(byte[]) - Method in class org.tinylog.converters.GzipFileConverter
 
write(byte[]) - Method in class org.tinylog.converters.NopFileConverter
 
write(byte[], int) - Method in class org.tinylog.writers.raw.BufferedWriterDecorator
 
write(byte[], int) - Method in interface org.tinylog.writers.raw.ByteArrayWriter
write(byte[], int) - Method in class org.tinylog.writers.raw.CharsetAdjustmentWriterDecorator
 
write(byte[], int) - Method in class org.tinylog.writers.raw.LockedRandomAccessFileWriter
 
write(byte[], int) - Method in class org.tinylog.writers.raw.RandomAccessFileWriter
 
write(byte[], int) - Method in class org.tinylog.writers.raw.SynchronizedWriterDecorator
 
write(byte[], int, int) - Method in class org.tinylog.writers.raw.BufferedWriterDecorator
 
write(byte[], int, int) - Method in interface org.tinylog.writers.raw.ByteArrayWriter
Outputs a byte array.
write(byte[], int, int) - Method in class org.tinylog.writers.raw.CharsetAdjustmentWriterDecorator
 
write(byte[], int, int) - Method in class org.tinylog.writers.raw.LockedRandomAccessFileWriter
 
write(byte[], int, int) - Method in class org.tinylog.writers.raw.RandomAccessFileWriter
 
write(byte[], int, int) - Method in class org.tinylog.writers.raw.SynchronizedWriterDecorator
 
write(LogEntry) - Method in class org.tinylog.writers.ConsoleWriter
 
write(LogEntry) - Method in class org.tinylog.writers.FileWriter
 
write(LogEntry) - Method in class org.tinylog.writers.JdbcWriter
 
write(LogEntry) - Method in class org.tinylog.writers.JsonWriter
 
write(LogEntry) - Method in class org.tinylog.writers.LogcatWriter
 
write(LogEntry) - Method in class org.tinylog.writers.RollingFileWriter
 
write(LogEntry) - Method in class org.tinylog.writers.SharedFileWriter
 
write(LogEntry) - Method in interface org.tinylog.writers.Writer
Outputs a given log entry.
Writer - Interface in org.tinylog.writers
Writers output issued log entries.
WritingThread - Class in org.tinylog.core
Thread for writing log entries asynchronously.
A B C D E F G I J K L M N O P R S T U V W 
Skip navigation links

Copyright © 2022. All rights reserved.