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

A

AbstractMessageFormatter - Class in org.tinylog.format
Abstract base class for message formatter implementations.
AbstractMessageFormatter() - Constructor for class org.tinylog.format.AbstractMessageFormatter
 
ADDITIONAL_STRING_BUILDER_CAPACITY - Static variable in class org.tinylog.format.AbstractMessageFormatter
 
AdvancedMessageFormatter - Class in org.tinylog.format
Advances message formatter that replaces '{}' placeholders with given arguments.
AdvancedMessageFormatter(Locale, boolean) - Constructor for class org.tinylog.format.AdvancedMessageFormatter
 

B

BundleContextProvider - Class in org.tinylog.provider
Context provider that combines multiple context providers into one.
BundleLoggingProvider - Class in org.tinylog.provider
Logging provider that combines multiple logging providers into one.

C

calcDifferenceInNanoseconds(Timestamp) - Method in class org.tinylog.runtime.LegacyTimestamp
 
calcDifferenceInNanoseconds(Timestamp) - Method in class org.tinylog.runtime.PreciseTimestamp
 
calcDifferenceInNanoseconds(Timestamp) - Method in interface org.tinylog.runtime.Timestamp
Gets the difference to the passed timestamps in nanoseconds.
clear() - Method in class org.tinylog.provider.BundleContextProvider
 
clear() - Method in interface org.tinylog.provider.ContextProvider
Removes all existing values from thread context.
clear() - Method in class org.tinylog.provider.NopContextProvider
 
clear() - Static method in class org.tinylog.ThreadContext
Removes all existing values from thread context.
Configuration - Class in org.tinylog.configuration
Global configuration for tinylog.
ConfigurationLoader - Interface in org.tinylog.configuration
Service interface for a property loader.
ContextProvider - Interface in org.tinylog.provider
API for accessing thread-based mapped diagnostic context of concrete logging framework implementation.
create(String, Object...) - Method in class org.tinylog.configuration.ServiceLoader
Creates a defined service implementation.
createAll(Object...) - Method in class org.tinylog.configuration.ServiceLoader
Creates all registered service implementations.
createList(String) - Method in class org.tinylog.configuration.ServiceLoader
Creates service implementations from a comma separated list of names.
createTimestamp() - Method in class org.tinylog.runtime.LegacyJavaRuntime
 
createTimestamp() - Static method in class org.tinylog.runtime.RuntimeProvider
Creates a timestamp with the current date and time.
createTimestampFormatter(String, Locale) - Method in class org.tinylog.runtime.LegacyJavaRuntime
 
createTimestampFormatter(String, Locale) - Static method in class org.tinylog.runtime.RuntimeProvider
Creates a formatter for Timestamps.

D

debug(Object) - Static method in class org.tinylog.Logger
Logs a message at DEBUG level.
debug(Supplier<?>) - Static method in class org.tinylog.Logger
Logs a lazy message at DEBUG level.
debug(String, Object...) - Static method in class org.tinylog.Logger
Logs a formatted message at DEBUG level.
debug(String, Supplier<?>...) - Static method in class org.tinylog.Logger
Logs a formatted message at DEBUG level.
debug(Throwable) - Static method in class org.tinylog.Logger
Logs an exception at DEBUG level.
debug(Throwable, String) - Static method in class org.tinylog.Logger
Logs an exception with a custom message at DEBUG level.
debug(Throwable, Supplier<String>) - Static method in class org.tinylog.Logger
Logs an exception with a custom lazy message at DEBUG level.
debug(Throwable, String, Object...) - Static method in class org.tinylog.Logger
Logs an exception with a formatted custom message at DEBUG level.
debug(Throwable, String, Supplier<?>...) - Static method in class org.tinylog.Logger
Logs an exception with a formatted message at DEBUG level.
debug(Object) - Method in class org.tinylog.TaggedLogger
Logs a message at DEBUG level.
debug(Supplier<?>) - Method in class org.tinylog.TaggedLogger
Logs a lazy message at DEBUG level.
debug(String, Object...) - Method in class org.tinylog.TaggedLogger
Logs a formatted message at DEBUG level.
debug(String, Supplier<?>...) - Method in class org.tinylog.TaggedLogger
Logs a formatted message at DEBUG level.
debug(Throwable) - Method in class org.tinylog.TaggedLogger
Logs an exception at DEBUG level.
debug(Throwable, String) - Method in class org.tinylog.TaggedLogger
Logs an exception with a custom message at DEBUG level.
debug(Throwable, Supplier<String>) - Method in class org.tinylog.TaggedLogger
Logs an exception with a custom lazy message at DEBUG level.
debug(Throwable, String, Object...) - Method in class org.tinylog.TaggedLogger
Logs an exception with a formatted custom message at DEBUG level.
debug(Throwable, String, Supplier<?>...) - Method in class org.tinylog.TaggedLogger
Logs an exception with a formatted message at DEBUG level.

E

EnvironmentVariableResolver - Class in org.tinylog.configuration
Resolver for environment variables.
error(Object) - Static method in class org.tinylog.Logger
Logs a message at ERROR level.
error(Supplier<?>) - Static method in class org.tinylog.Logger
Logs a lazy message at ERROR level.
error(String, Object...) - Static method in class org.tinylog.Logger
Logs a formatted message at ERROR level.
error(String, Supplier<?>...) - Static method in class org.tinylog.Logger
Logs a formatted message at ERROR level.
error(Throwable) - Static method in class org.tinylog.Logger
Logs an exception at ERROR level.
error(Throwable, String) - Static method in class org.tinylog.Logger
Logs an exception with a custom message at ERROR level.
error(Throwable, Supplier<String>) - Static method in class org.tinylog.Logger
Logs an exception with a custom lazy message at ERROR level.
error(Throwable, String, Object...) - Static method in class org.tinylog.Logger
Logs an exception with a formatted custom message at ERROR level.
error(Throwable, String, Supplier<?>...) - Static method in class org.tinylog.Logger
Logs an exception with a formatted message at ERROR level.
error(Object) - Method in class org.tinylog.TaggedLogger
Logs a message at ERROR level.
error(Supplier<?>) - Method in class org.tinylog.TaggedLogger
Logs a lazy message at ERROR level.
error(String, Object...) - Method in class org.tinylog.TaggedLogger
Logs a formatted message at ERROR level.
error(String, Supplier<?>...) - Method in class org.tinylog.TaggedLogger
Logs a formatted message at ERROR level.
error(Throwable) - Method in class org.tinylog.TaggedLogger
Logs an exception at ERROR level.
error(Throwable, String) - Method in class org.tinylog.TaggedLogger
Logs an exception with a custom message at ERROR level.
error(Throwable, Supplier<String>) - Method in class org.tinylog.TaggedLogger
Logs an exception with a custom lazy message at ERROR level.
error(Throwable, String, Object...) - Method in class org.tinylog.TaggedLogger
Logs an exception with a formatted custom message at ERROR level.
error(Throwable, String, Supplier<?>...) - Method in class org.tinylog.TaggedLogger
Logs an exception with a formatted message at ERROR level.

F

format(String, Object[]) - Method in class org.tinylog.format.AdvancedMessageFormatter
 
format(String, Object[]) - Method in class org.tinylog.format.JavaTextMessageFormatFormatter
 
format(String, Object[]) - Method in class org.tinylog.format.LegacyMessageFormatter
 
format(String, Object[]) - Method in interface org.tinylog.format.MessageFormatter
Formats a text message.
format(String, Object[]) - Method in class org.tinylog.format.PrintfStyleFormatter
 
format(Timestamp) - Method in class org.tinylog.runtime.LegacyTimestampFormatter
 
format(Timestamp) - Method in class org.tinylog.runtime.PreciseTimestampFormatter
 
format(Timestamp) - Method in interface org.tinylog.runtime.TimestampFormatter
Formats a timestamp.

G

get(String) - Static method in class org.tinylog.configuration.Configuration
Gets a configuration property.
get(String) - Method in class org.tinylog.provider.BundleContextProvider
 
get(String) - Method in interface org.tinylog.provider.ContextProvider
Gets a value by key from thread context.
get(String) - Method in class org.tinylog.provider.NopContextProvider
 
get() - Method in interface org.tinylog.Supplier
Generates the value.
get(String) - Static method in class org.tinylog.ThreadContext
Gets a value by key from thread context.
getCallerClassName(int) - Method in class org.tinylog.runtime.LegacyJavaRuntime
 
getCallerClassName(String) - Method in class org.tinylog.runtime.LegacyJavaRuntime
 
getCallerClassName(int) - Static method in class org.tinylog.runtime.RuntimeProvider
Gets the class name of a caller from stack trace.
getCallerClassName(String) - Static method in class org.tinylog.runtime.RuntimeProvider
Gets the class name of a caller from stack trace.
getCallerStackTraceElement(int) - Method in class org.tinylog.runtime.LegacyJavaRuntime
 
getCallerStackTraceElement(String) - Method in class org.tinylog.runtime.LegacyJavaRuntime
 
getCallerStackTraceElement(int) - Static method in class org.tinylog.runtime.RuntimeProvider
Gets the complete stack trace element of a caller from stack trace.
getCallerStackTraceElement(String) - Static method in class org.tinylog.runtime.RuntimeProvider
Gets the complete stack trace element of a caller from stack trace.
getChildren(String) - Static method in class org.tinylog.configuration.Configuration
Gets all child properties for a parent property.
getClassLoaders() - Static method in class org.tinylog.runtime.RuntimeProvider
Gets valid and available class loaders.
getConfigurationFiles() - Method in class org.tinylog.configuration.PropertiesConfigurationLoader
Retrieve an array of configuration files.
getContextProvider() - Method in class org.tinylog.provider.BundleLoggingProvider
 
getContextProvider() - Method in interface org.tinylog.provider.LoggingProvider
Returns the corresponding context provider.
getContextProvider() - Method in class org.tinylog.provider.NopLoggingProvider
 
getDefaultWriter() - Static method in class org.tinylog.runtime.RuntimeProvider
Gets the name of the default writer.
getLocale() - Static method in class org.tinylog.configuration.Configuration
Gets the global locale.
getLoggingProvider() - Static method in class org.tinylog.provider.ProviderRegistry
Returns the actual logging provider.
getLoggingProviders() - Static method in class org.tinylog.provider.ProviderRegistry
Gets all loaded logging providers.
getMapping() - Method in class org.tinylog.provider.BundleContextProvider
 
getMapping() - Method in interface org.tinylog.provider.ContextProvider
Gets a read-only copy with all values from thread context.
getMapping() - Method in class org.tinylog.provider.NopContextProvider
 
getMapping() - Static method in class org.tinylog.ThreadContext
Gets all values that are visible for the current thread from thread context.
getMinimumLevel() - Method in class org.tinylog.provider.BundleLoggingProvider
 
getMinimumLevel(String) - Method in class org.tinylog.provider.BundleLoggingProvider
 
getMinimumLevel() - Method in interface org.tinylog.provider.LoggingProvider
Gets the lowest activated severity level for all tags.
getMinimumLevel(String) - Method in interface org.tinylog.provider.LoggingProvider
Gets the lowest activated severity level for a tag.
getMinimumLevel() - Method in class org.tinylog.provider.NopLoggingProvider
 
getMinimumLevel(String) - Method in class org.tinylog.provider.NopLoggingProvider
 
getName() - Method in class org.tinylog.configuration.EnvironmentVariableResolver
 
getName() - Method in class org.tinylog.configuration.JndiValueResolver
 
getName() - Method in class org.tinylog.configuration.SystemPropertyResolver
 
getPrefix() - Method in class org.tinylog.configuration.EnvironmentVariableResolver
 
getPrefix() - Method in class org.tinylog.configuration.JndiValueResolver
 
getPrefix() - Method in class org.tinylog.configuration.SystemPropertyResolver
 
getProcessId() - Method in class org.tinylog.runtime.LegacyJavaRuntime
 
getProcessId() - Static method in class org.tinylog.runtime.RuntimeProvider
Gets the ID of the current process (pid).
getSiblings(String) - Static method in class org.tinylog.configuration.Configuration
Gets all siblings with a defined prefix.
getStartTime() - Method in class org.tinylog.runtime.LegacyJavaRuntime
 
getStartTime() - Static method in class org.tinylog.runtime.RuntimeProvider
Gets the start time of the Java virtual machine or tinylog.

I

info(Object) - Static method in class org.tinylog.Logger
Logs a message at INFO level.
info(Supplier<?>) - Static method in class org.tinylog.Logger
Logs a lazy message at INFO level.
info(String, Object...) - Static method in class org.tinylog.Logger
Logs a formatted message at INFO level.
info(String, Supplier<?>...) - Static method in class org.tinylog.Logger
Logs a formatted message at INFO level.
info(Throwable) - Static method in class org.tinylog.Logger
Logs an exception at INFO level.
info(Throwable, String) - Static method in class org.tinylog.Logger
Logs an exception with a custom message at INFO level.
info(Throwable, Supplier<String>) - Static method in class org.tinylog.Logger
Logs an exception with a custom lazy message at INFO level.
info(Throwable, String, Object...) - Static method in class org.tinylog.Logger
Logs an exception with a formatted custom message at INFO level.
info(Throwable, String, Supplier<?>...) - Static method in class org.tinylog.Logger
Logs an exception with a formatted message at INFO level.
info(Object) - Method in class org.tinylog.TaggedLogger
Logs a message at INFO level.
info(Supplier<?>) - Method in class org.tinylog.TaggedLogger
Logs a lazy message at INFO level.
info(String, Object...) - Method in class org.tinylog.TaggedLogger
Logs a formatted message at INFO level.
info(String, Supplier<?>...) - Method in class org.tinylog.TaggedLogger
Logs a formatted message at INFO level.
info(Throwable) - Method in class org.tinylog.TaggedLogger
Logs an exception at INFO level.
info(Throwable, String) - Method in class org.tinylog.TaggedLogger
Logs an exception with a custom message at INFO level.
info(Throwable, Supplier<String>) - Method in class org.tinylog.TaggedLogger
Logs an exception with a custom lazy message at INFO level.
info(Throwable, String, Object...) - Method in class org.tinylog.TaggedLogger
Logs an exception with a formatted custom message at INFO level.
info(Throwable, String, Supplier<?>...) - Method in class org.tinylog.TaggedLogger
Logs an exception with a formatted message at INFO level.
INSTANCE - Static variable in class org.tinylog.configuration.EnvironmentVariableResolver
Instance of the environment variable resolver.
INSTANCE - Static variable in class org.tinylog.configuration.JndiValueResolver
Instance of the JNDI value resolver.
INSTANCE - Static variable in class org.tinylog.configuration.SystemPropertyResolver
Instance of the system property resolver.
InternalLogger - Class in org.tinylog.provider
Static logger for logging internal warnings and errors to console.
isAndroid() - Method in class org.tinylog.runtime.LegacyJavaRuntime
 
isAndroid() - Static method in class org.tinylog.runtime.RuntimeProvider
Checks if running on Android.
isDebugEnabled() - Static method in class org.tinylog.Logger
Checks whether log entries at DEBUG level will be output.
isDebugEnabled() - Method in class org.tinylog.TaggedLogger
Checks whether log entries at DEBUG level will be output.
isEnabled(int, String, Level) - Method in class org.tinylog.provider.BundleLoggingProvider
 
isEnabled(String, String, Level) - Method in class org.tinylog.provider.BundleLoggingProvider
 
isEnabled(int, String, Level) - Method in interface org.tinylog.provider.LoggingProvider
Checks whether log entries with given tag and severity level will be output.
isEnabled(String, String, Level) - Method in interface org.tinylog.provider.LoggingProvider
Checks whether log entries, issued by the caller of the given logger class, with given tag and severity level will be output.
isEnabled(int, String, Level) - Method in class org.tinylog.provider.NopLoggingProvider
 
isEnabled(String, String, Level) - Method in class org.tinylog.provider.NopLoggingProvider
 
isErrorEnabled() - Static method in class org.tinylog.Logger
Checks whether log entries at ERROR level will be output.
isErrorEnabled() - Method in class org.tinylog.TaggedLogger
Checks whether log entries at ERROR level will be output.
isEscapingEnabled() - Static method in class org.tinylog.configuration.Configuration
Checks whether escaping is enabled or disabled.
isFrozen() - Static method in class org.tinylog.configuration.Configuration
Checks whether the configuration is already frozen.
isInfoEnabled() - Static method in class org.tinylog.Logger
Checks whether log entries at INFO level will be output.
isInfoEnabled() - Method in class org.tinylog.TaggedLogger
Checks whether log entries at INFO level will be output.
isTraceEnabled() - Static method in class org.tinylog.Logger
Checks whether log entries at TRACE level will be output.
isTraceEnabled() - Method in class org.tinylog.TaggedLogger
Checks whether log entries at TRACE level will be output.
isValid(String) - Method in class org.tinylog.runtime.LegacyTimestampFormatter
 
isValid(String) - Method in class org.tinylog.runtime.PreciseTimestampFormatter
 
isValid(String) - Method in interface org.tinylog.runtime.TimestampFormatter
Checks whether a formatted timestamp is compatible with the pattern of this formatter.
isWarnEnabled() - Static method in class org.tinylog.Logger
Checks whether log entries at WARN level will be output.
isWarnEnabled() - Method in class org.tinylog.TaggedLogger
Checks whether log entries at WARN level will be output.

J

JavaTextMessageFormatFormatter - Class in org.tinylog.format
Wrapper for formatting messages by MessageFormat.
JavaTextMessageFormatFormatter(Locale) - Constructor for class org.tinylog.format.JavaTextMessageFormatFormatter
 
JndiValueResolver - Class in org.tinylog.configuration
Resolver for JNDI values.

L

LegacyJavaRuntime - Class in org.tinylog.runtime
Runtime dialect implementation for Java 6-8.
LegacyJavaRuntime() - Constructor for class org.tinylog.runtime.LegacyJavaRuntime
 
LegacyMessageFormatter - Class in org.tinylog.format
Message formatter that replaces '{}' placeholders with given arguments.
LegacyMessageFormatter() - Constructor for class org.tinylog.format.LegacyMessageFormatter
 
LegacyTimestamp - Class in org.tinylog.runtime
Legacy timestamp that based on a Date with millisecond precision.
LegacyTimestamp() - Constructor for class org.tinylog.runtime.LegacyTimestamp
 
LegacyTimestamp(long) - Constructor for class org.tinylog.runtime.LegacyTimestamp
 
LegacyTimestampFormatter - Class in org.tinylog.runtime
Thread-safe formatter that based on SimpleDateFormat with millisecond precision.
LegacyTimestampFormatter(String, Locale) - Constructor for class org.tinylog.runtime.LegacyTimestampFormatter
 
Level - Enum in org.tinylog
Severity levels for log entries.
load() - Method in interface org.tinylog.configuration.ConfigurationLoader
Load a property object from a resource.
load() - Method in class org.tinylog.configuration.PropertiesConfigurationLoader
Loads all configuration properties.
load(Properties, InputStream) - Method in class org.tinylog.configuration.PropertiesConfigurationLoader
Puts all properties from a stream to an existing properties object.
log(int, String, Level, Throwable, MessageFormatter, Object, Object...) - Method in class org.tinylog.provider.BundleLoggingProvider
 
log(String, String, Level, Throwable, MessageFormatter, Object, Object...) - Method in class org.tinylog.provider.BundleLoggingProvider
 
log(Level, String) - Static method in class org.tinylog.provider.InternalLogger
Logs a plain text message.
log(Level, Throwable) - Static method in class org.tinylog.provider.InternalLogger
Logs a caught exception.
log(Level, Throwable, String) - Static method in class org.tinylog.provider.InternalLogger
Logs a caught exception with a custom text message.
log(int, String, Level, Throwable, MessageFormatter, Object, Object...) - Method in interface org.tinylog.provider.LoggingProvider
Provides a regular log entry.
log(String, String, Level, Throwable, MessageFormatter, Object, Object...) - Method in interface org.tinylog.provider.LoggingProvider
Provides a regular log entry.
log(int, String, Level, Throwable, MessageFormatter, Object, Object...) - Method in class org.tinylog.provider.NopLoggingProvider
 
log(String, String, Level, Throwable, MessageFormatter, Object, Object...) - Method in class org.tinylog.provider.NopLoggingProvider
 
Logger - Class in org.tinylog
Static logger for issuing log entries.
LoggingProvider - Interface in org.tinylog.provider
API for providing log entries to a concrete logging framework implementation.

M

mergeSystemProperties(Properties) - Static method in class org.tinylog.configuration.Configuration
Merges system properties starting with the Tinylog property prefix into the given properties.
MessageFormatter - Interface in org.tinylog.format
Formatter for text messages with placeholders for arguments.

N

NopContextProvider - Class in org.tinylog.provider
Context provider implementation that does nothing.
NopContextProvider() - Constructor for class org.tinylog.provider.NopContextProvider
 
NopLoggingProvider - Class in org.tinylog.provider
Logging provider implementation that does nothing.
NopLoggingProvider() - Constructor for class org.tinylog.provider.NopLoggingProvider
 

O

org.tinylog - package org.tinylog
Public logging API for tinylog 2.
org.tinylog.configuration - package org.tinylog.configuration
Configuration for tinylog.
org.tinylog.format - package org.tinylog.format
Formatters for text messages with placeholders.
org.tinylog.provider - package org.tinylog.provider
API for logging framework implementations.
org.tinylog.runtime - package org.tinylog.runtime
Encapsulated functionality that depends on the VM runtime.

P

PreciseTimestamp - Class in org.tinylog.runtime
Precise timestamp that based on an Instant with nanosecond precision.
PreciseTimestamp() - Constructor for class org.tinylog.runtime.PreciseTimestamp
 
PreciseTimestamp(long, long) - Constructor for class org.tinylog.runtime.PreciseTimestamp
 
PreciseTimestampFormatter - Class in org.tinylog.runtime
Thread-safe formatter that based on DateTimeFormatter with nanosecond precision.
PreciseTimestampFormatter(String, Locale) - Constructor for class org.tinylog.runtime.PreciseTimestampFormatter
 
PrintfStyleFormatter - Class in org.tinylog.format
Message formatter for printf format syntax.
PrintfStyleFormatter(Locale) - Constructor for class org.tinylog.format.PrintfStyleFormatter
 
PropertiesConfigurationLoader - Class in org.tinylog.configuration
Standard internal property loader for tinylog.
PropertiesConfigurationLoader() - Constructor for class org.tinylog.configuration.PropertiesConfigurationLoader
 
ProviderRegistry - Class in org.tinylog.provider
Registry for receiving the actual logging provider.
put(String, Object) - Method in class org.tinylog.provider.BundleContextProvider
 
put(String, Object) - Method in interface org.tinylog.provider.ContextProvider
Stores a value in thread context.
put(String, Object) - Method in class org.tinylog.provider.NopContextProvider
 
put(String, Object) - Static method in class org.tinylog.ThreadContext
Stores a value in thread context.

R

remove(String) - Method in class org.tinylog.provider.BundleContextProvider
 
remove(String) - Method in interface org.tinylog.provider.ContextProvider
Removes a value from thread context.
remove(String) - Method in class org.tinylog.provider.NopContextProvider
 
remove(String) - Static method in class org.tinylog.ThreadContext
Removes a value from thread context.
replace(Map<String, String>) - Static method in class org.tinylog.configuration.Configuration
Replaces the current configuration by a new one.
resolve(String, Resolver) - Static method in class org.tinylog.configuration.Configuration
Resolves placeholders with passed resolver.
resolve(String) - Method in class org.tinylog.configuration.EnvironmentVariableResolver
 
resolve(String) - Method in class org.tinylog.configuration.JndiValueResolver
 
resolve(String) - Method in class org.tinylog.configuration.SystemPropertyResolver
 
resolve(Object[]) - Static method in class org.tinylog.format.AbstractMessageFormatter
Resolves potential lazy arguments of an array.
resolve(Object) - Static method in class org.tinylog.format.AbstractMessageFormatter
Resolves a potential lazy argument.
resolveProperties(Properties, Resolver...) - Static method in class org.tinylog.configuration.Configuration
Resolves the given property entries with the provided resolvers.
RuntimeProvider - Class in org.tinylog.runtime
Provider for getting runtime specific data from Virtual Machine.

S

ServiceLoader<T> - Class in org.tinylog.configuration
Alternative service loader that supports constructors with arguments in opposite to ServiceLoader.
ServiceLoader(Class<? extends T>, Class<?>...) - Constructor for class org.tinylog.configuration.ServiceLoader
 
set(String, String) - Static method in class org.tinylog.configuration.Configuration
Sets a property.
shutdown() - Method in class org.tinylog.provider.BundleLoggingProvider
 
shutdown() - Method in interface org.tinylog.provider.LoggingProvider
Shuts down the logging provider and frees all allocated resources.
shutdown() - Method in class org.tinylog.provider.NopLoggingProvider
 
Supplier<T> - Interface in org.tinylog
This lazy value supplier is identical to Supplier.
SystemPropertyResolver - Class in org.tinylog.configuration
Resolver for system properties.

T

tag(String) - Static method in class org.tinylog.Logger
Gets a tagged logger instance.
TaggedLogger - Class in org.tinylog
Logger for issuing tagged log entries.
tags(String...) - Static method in class org.tinylog.Logger
Gets a tagged logger instance that logs to multiple tags.
ThreadContext - Class in org.tinylog
Thread-based mapped diagnostic context for enriching log entries with additional values.
Timestamp - Interface in org.tinylog.runtime
Timestamp with the current date and time.
TimestampFormatter - Interface in org.tinylog.runtime
Formatter for Timestamps.
toDate() - Method in class org.tinylog.runtime.LegacyTimestamp
 
toDate() - Method in class org.tinylog.runtime.PreciseTimestamp
 
toDate() - Method in interface org.tinylog.runtime.Timestamp
Converts the timestamp to a Date.
toInstant() - Method in class org.tinylog.runtime.LegacyTimestamp
 
toInstant() - Method in class org.tinylog.runtime.PreciseTimestamp
 
toInstant() - Method in interface org.tinylog.runtime.Timestamp
Converts the timestamp to an Instant.
toSimpleClassName(String) - Method in class org.tinylog.configuration.ServiceLoader
Generates the simple class name from an acronym.
toSqlTimestamp() - Method in class org.tinylog.runtime.LegacyTimestamp
 
toSqlTimestamp() - Method in class org.tinylog.runtime.PreciseTimestamp
 
toSqlTimestamp() - Method in interface org.tinylog.runtime.Timestamp
Converts the timestamp to an SQL Timestamp.
trace(Object) - Static method in class org.tinylog.Logger
Logs a message at TRACE level.
trace(Supplier<?>) - Static method in class org.tinylog.Logger
Logs a lazy message at TRACE level.
trace(String, Object...) - Static method in class org.tinylog.Logger
Logs a formatted message at TRACE level.
trace(String, Supplier<?>...) - Static method in class org.tinylog.Logger
Logs a formatted message at TRACE level.
trace(Throwable) - Static method in class org.tinylog.Logger
Logs an exception at TRACE level.
trace(Throwable, String) - Static method in class org.tinylog.Logger
Logs an exception with a custom message at TRACE level.
trace(Throwable, Supplier<String>) - Static method in class org.tinylog.Logger
Logs an exception with a custom lazy message at TRACE level.
trace(Throwable, String, Object...) - Static method in class org.tinylog.Logger
Logs an exception with a formatted custom message at TRACE level.
trace(Throwable, String, Supplier<?>...) - Static method in class org.tinylog.Logger
Logs an exception with a formatted message at TRACE level.
trace(Object) - Method in class org.tinylog.TaggedLogger
Logs a message at TRACE level.
trace(Supplier<?>) - Method in class org.tinylog.TaggedLogger
Logs a lazy message at TRACE level.
trace(String, Object...) - Method in class org.tinylog.TaggedLogger
Logs a formatted message at TRACE level.
trace(String, Supplier<?>...) - Method in class org.tinylog.TaggedLogger
Logs a formatted message at TRACE level.
trace(Throwable) - Method in class org.tinylog.TaggedLogger
Logs an exception at TRACE level.
trace(Throwable, String) - Method in class org.tinylog.TaggedLogger
Logs an exception with a custom message at TRACE level.
trace(Throwable, Supplier<String>) - Method in class org.tinylog.TaggedLogger
Logs an exception with a custom lazy message at TRACE level.
trace(Throwable, String, Object...) - Method in class org.tinylog.TaggedLogger
Logs an exception with a formatted custom message at TRACE level.
trace(Throwable, String, Supplier<?>...) - Method in class org.tinylog.TaggedLogger
Logs an exception with a formatted message at TRACE level.

V

valueOf(String) - Static method in enum org.tinylog.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.tinylog.Level
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(Object) - Static method in class org.tinylog.Logger
Logs a message at WARN level.
warn(Supplier<?>) - Static method in class org.tinylog.Logger
Logs a lazy message at WARN level.
warn(String, Object...) - Static method in class org.tinylog.Logger
Logs a formatted message at WARN level.
warn(String, Supplier<?>...) - Static method in class org.tinylog.Logger
Logs a formatted message at WARN level.
warn(Throwable) - Static method in class org.tinylog.Logger
Logs an exception at WARN level.
warn(Throwable, String) - Static method in class org.tinylog.Logger
Logs an exception with a custom message at WARN level.
warn(Throwable, Supplier<String>) - Static method in class org.tinylog.Logger
Logs an exception with a custom lazy message at WARN level.
warn(Throwable, String, Object...) - Static method in class org.tinylog.Logger
Logs an exception with a formatted custom message at WARN level.
warn(Throwable, String, Supplier<?>...) - Static method in class org.tinylog.Logger
Logs an exception with a formatted message at WARN level.
warn(Object) - Method in class org.tinylog.TaggedLogger
Logs a message at WARN level.
warn(Supplier<?>) - Method in class org.tinylog.TaggedLogger
Logs a lazy message at WARN level.
warn(String, Object...) - Method in class org.tinylog.TaggedLogger
Logs a formatted message at WARN level.
warn(String, Supplier<?>...) - Method in class org.tinylog.TaggedLogger
Logs a formatted message at WARN level.
warn(Throwable) - Method in class org.tinylog.TaggedLogger
Logs an exception at WARN level.
warn(Throwable, String) - Method in class org.tinylog.TaggedLogger
Logs an exception with a custom message at WARN level.
warn(Throwable, Supplier<String>) - Method in class org.tinylog.TaggedLogger
Logs an exception with a custom lazy message at WARN level.
warn(Throwable, String, Object...) - Method in class org.tinylog.TaggedLogger
Logs an exception with a formatted custom message at WARN level.
warn(Throwable, String, Supplier<?>...) - Method in class org.tinylog.TaggedLogger
Logs an exception with a formatted message at WARN level.
A B C D E F G I J L M N O P R S T V W 
Skip navigation links

Copyright © 2024. All rights reserved.