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

A

AbstractFormatPatternWriter - Class in org.tinylog.writers
Base writer for outputting rendered log entries.
AbstractFormatPatternWriter(Map<String, String>) - Constructor for class org.tinylog.writers.AbstractFormatPatternWriter
 
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

CLASS - org.tinylog.core.LogEntryValue
Name of issuing class.
clear() - Method in class org.tinylog.core.TinylogContextProvider
 
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.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.LockedFileOutputStreamWriter
 
close() - Method in class org.tinylog.writers.raw.OutputStreamWriter
 
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(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.DailyPolicy
 
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.DailyPolicy
 
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) - Static method in class org.tinylog.writers.AbstractFormatPatternWriter
Creates a ByteArrayWriter for a file.
createWriters(List<String>, Level, boolean) - Static method in class org.tinylog.core.ConfigurationParser
Creates a two-dimensional matrix with all configured writers.

D

DailyPolicy - Class in org.tinylog.policies
Policy for triggering a rollover every day at a define time.
DailyPolicy(String) - Constructor for class org.tinylog.policies.DailyPolicy
 
DATE - org.tinylog.core.LogEntryValue
Date and time of issue.
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
 

E

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

F

FILE - org.tinylog.core.LogEntryValue
Name of issuing source file.
FileWriter - Class in org.tinylog.writers
Writer for outputting log entries to a log file.
FileWriter(Map<String, String>) - Constructor for class org.tinylog.writers.FileWriter
 
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.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.LockedFileOutputStreamWriter
 
flush() - Method in class org.tinylog.writers.raw.OutputStreamWriter
 
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.

G

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.

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 a SQL database table.
JdbcWriter(Map<String, String>) - Constructor for class org.tinylog.writers.JdbcWriter
 

L

LEVEL - org.tinylog.core.LogEntryValue
Severity level.
LINE - org.tinylog.core.LogEntryValue
Issuing line number in source file.
LockedFileOutputStreamWriter - Class in org.tinylog.writers.raw
Wrapper for using FileOutputStream as writer.
LockedFileOutputStreamWriter(FileOutputStream) - Constructor for class org.tinylog.writers.raw.LockedFileOutputStreamWriter
 
log(int, String, Level, Throwable, 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(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

MESSAGE - org.tinylog.core.LogEntryValue
Text message.
METHOD - org.tinylog.core.LogEntryValue
Name of issuing method.

O

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.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.
OutputStreamWriter - Class in org.tinylog.writers.raw
Wrapper for using any OutputStream as writer.
OutputStreamWriter(OutputStream) - Constructor for class org.tinylog.writers.raw.OutputStreamWriter
 

P

parse(String) - Static method in class org.tinylog.pattern.FormatPatternParser
Parses a format pattern and produces a generic token from it.
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

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.
renderMessage(LogEntry) - Method in class org.tinylog.writers.LogcatWriter
Renders the log message from a log entry.
renderTag(LogEntry) - Method in class org.tinylog.writers.LogcatWriter
Renders the tag from a log entry.
reset() - Method in class org.tinylog.policies.DailyPolicy
 
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(Map<String, String>) - Constructor for class org.tinylog.writers.RollingFileWriter
 

S

SharedFileWriter - Class in org.tinylog.writers
Writer for outputting log entries to a shared log file.
SharedFileWriter(Map<String, String>) - Constructor for class org.tinylog.writers.SharedFileWriter
 
shutdown() - Method in class org.tinylog.core.TinylogLoggingProvider
 
SizePolicy - Class in org.tinylog.policies
Policy for triggering a rollover when a log file reaches a defined maximum file size.
SizePolicy(String) - Constructor for class org.tinylog.policies.SizePolicy
 
StartupPolicy - Class in org.tinylog.policies
Policy for triggering a rollover at startup.
StartupPolicy(String) - Constructor for class org.tinylog.policies.StartupPolicy
 
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.
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
 
TinylogLoggingProvider - Class in org.tinylog.core
tinylog's native logging provider implementation.
TinylogLoggingProvider() - Constructor for class org.tinylog.core.TinylogLoggingProvider
 
Token - Interface in org.tinylog.pattern
Token for rendering a log entry as text.

V

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[], int) - Method in class org.tinylog.writers.raw.BufferedWriterDecorator
 
write(byte[], int) - Method in interface org.tinylog.writers.raw.ByteArrayWriter
Outputs a byte array.
write(byte[], int) - Method in class org.tinylog.writers.raw.LockedFileOutputStreamWriter
 
write(byte[], int) - Method in class org.tinylog.writers.raw.OutputStreamWriter
 
write(byte[], 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.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.
A B C D E F G I J L M O P R S T V W 
Skip navigation links

Copyright © 2018. All rights reserved.