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

A

AndroidRuntime - Class in org.pmw.tinylog.runtime
Runtime dialect implementation for Android's Virtual Machine.
AndroidRuntime() - Constructor for class org.pmw.tinylog.runtime.AndroidRuntime
 

C

clear() - Static method in class org.pmw.tinylog.LoggingContext
Remove all existing context values.

D

debug(Object) - Static method in class org.pmw.tinylog.Logger
Create a debug log entry.
debug(String) - Static method in class org.pmw.tinylog.Logger
Create a debug log entry.
debug(String, Object...) - Static method in class org.pmw.tinylog.Logger
Create a debug log entry. "{}" placeholders will be replaced by the given arguments.
debug(Throwable) - Static method in class org.pmw.tinylog.Logger
Create a debug log entry.
debug(Throwable, String, Object...) - Static method in class org.pmw.tinylog.Logger
Create a debug log entry. "{}" placeholders will be replaced by the given arguments.
DEBUG - org.pmw.tinylog.Level
Output all log entries but trace log entries.

E

EnvironmentHelper - Class in org.pmw.tinylog
Encapsulate functionality that depends on the environment.
error(Object) - Static method in class org.pmw.tinylog.Logger
Create an error log entry.
error(String) - Static method in class org.pmw.tinylog.InternalLogger
Log an internal error.
error(String) - Static method in class org.pmw.tinylog.Logger
Create an error log entry.
error(String, Object...) - Static method in class org.pmw.tinylog.InternalLogger
Log an internal error. "{}" placeholders will be replaced by the given arguments.
error(String, Object...) - Static method in class org.pmw.tinylog.Logger
Create an error log entry. "{}" placeholders will be replaced by the given arguments.
error(Throwable) - Static method in class org.pmw.tinylog.InternalLogger
Log an internal error.
error(Throwable) - Static method in class org.pmw.tinylog.Logger
Create an error log entry.
error(Throwable, String) - Static method in class org.pmw.tinylog.InternalLogger
Log an internal error.
error(Throwable, String, Object...) - Static method in class org.pmw.tinylog.InternalLogger
Log an internal error. "{}" placeholders will be replaced by the given arguments.
error(Throwable, String, Object...) - Static method in class org.pmw.tinylog.Logger
Create an error log entry. "{}" placeholders will be replaced by the given arguments.
ERROR - org.pmw.tinylog.Level
Output only error log entries.

G

get() - Method in interface org.pmw.tinylog.Supplier
Generate the value.
get(String) - Static method in class org.pmw.tinylog.LoggingContext
Get the context value by a key.
getClassName(int) - Method in class org.pmw.tinylog.runtime.AndroidRuntime
 
getClassName(int) - Method in class org.pmw.tinylog.runtime.LegacyJavaRuntime
 
getClassName(int) - Method in class org.pmw.tinylog.runtime.ModernJavaRuntime
 
getClassName(int) - Method in interface org.pmw.tinylog.runtime.RuntimeDialect
Get a specific fully-qualified class name from current stack trace.
getLevel() - Static method in class org.pmw.tinylog.Logger
Get the current global severity level.
getLevel(Class<?>) - Static method in class org.pmw.tinylog.Logger
Get the current severity level for a specific class.
getLevel(Package) - Static method in class org.pmw.tinylog.Logger
Get the current severity level for a specific package.
getLevel(String) - Static method in class org.pmw.tinylog.Logger
Get the current severity level for a specific package or class.
getMapping() - Static method in class org.pmw.tinylog.LoggingContext
Get a read-only map with all context values.
getNewLine() - Static method in class org.pmw.tinylog.EnvironmentHelper
Get the line separator.
getProcessId() - Method in class org.pmw.tinylog.runtime.AndroidRuntime
 
getProcessId() - Method in class org.pmw.tinylog.runtime.LegacyJavaRuntime
 
getProcessId() - Method in class org.pmw.tinylog.runtime.ModernJavaRuntime
 
getProcessId() - Method in interface org.pmw.tinylog.runtime.RuntimeDialect
Get the ID of the current process (pid).
getRuntimeDialect() - Static method in class org.pmw.tinylog.EnvironmentHelper
Get VM runtime depending functionality.
getStackTraceElement(int) - Method in class org.pmw.tinylog.runtime.AndroidRuntime
 
getStackTraceElement(int) - Method in class org.pmw.tinylog.runtime.LegacyJavaRuntime
 
getStackTraceElement(int) - Method in class org.pmw.tinylog.runtime.ModernJavaRuntime
 
getStackTraceElement(int) - Method in interface org.pmw.tinylog.runtime.RuntimeDialect
Get a specific stack trace element from current stack trace.

I

info(Object) - Static method in class org.pmw.tinylog.Logger
Create an info log entry.
info(String) - Static method in class org.pmw.tinylog.Logger
Create an info log entry.
info(String, Object...) - Static method in class org.pmw.tinylog.Logger
Create an info log entry. "{}" placeholders will be replaced by the given arguments.
info(Throwable) - Static method in class org.pmw.tinylog.Logger
Create an info log entry.
info(Throwable, String, Object...) - Static method in class org.pmw.tinylog.Logger
Create an info log entry. "{}" placeholders will be replaced by the given arguments.
INFO - org.pmw.tinylog.Level
Output all log entries but trace and debug log entries (default).
InternalLogger - Class in org.pmw.tinylog
Static logger for logging internal problems of tinylog.
isAndroid() - Static method in class org.pmw.tinylog.EnvironmentHelper
Determine whether running on Android.
isAtLeastJava9() - Static method in class org.pmw.tinylog.EnvironmentHelper
Determine whether running on Java 9 or newer.
isWindows() - Static method in class org.pmw.tinylog.EnvironmentHelper
Determine whether running on Windows.

L

LegacyJavaRuntime - Class in org.pmw.tinylog.runtime
Runtime dialect implementation for legacy Sun's and Oracle's Java Virtual Machines prior version 9.
LegacyJavaRuntime() - Constructor for class org.pmw.tinylog.runtime.LegacyJavaRuntime
 
Level - Enum in org.pmw.tinylog
Severity levels of logger.
Logger - Class in org.pmw.tinylog
Static class to create log entries.
LoggingContext - Class in org.pmw.tinylog
Thread-based mapped diagnostic context for logging.

M

makeDirectories(File) - Static method in class org.pmw.tinylog.EnvironmentHelper
Make all nonexistent directories.
ModernJavaRuntime - Class in org.pmw.tinylog.runtime
Runtime dialect for modern Oracle's Java Virtual Machines for Java 9 and later.
ModernJavaRuntime() - Constructor for class org.pmw.tinylog.runtime.ModernJavaRuntime
 

O

OFF - org.pmw.tinylog.Level
Disable logging (no log entries will be output).
org.pmw.tinylog - package org.pmw.tinylog
tinylog classes
org.pmw.tinylog.runtime - package org.pmw.tinylog.runtime
Encapsulated functionality that depends on the VM runtime

P

put(String, Object) - Static method in class org.pmw.tinylog.LoggingContext
Put a new context value.

R

remove(String) - Static method in class org.pmw.tinylog.LoggingContext
Remove a context value if existing.
RuntimeDialect - Interface in org.pmw.tinylog.runtime
Functionality that depends on the VM runtime.

S

Supplier<T> - Interface in org.pmw.tinylog
This lazy value supplier is identical to Supplier.

T

trace(Object) - Static method in class org.pmw.tinylog.Logger
Create a trace log entry.
trace(String) - Static method in class org.pmw.tinylog.Logger
Create a trace log entry.
trace(String, Object...) - Static method in class org.pmw.tinylog.Logger
Create a trace log entry. "{}" placeholders will be replaced by the given arguments.
trace(Throwable) - Static method in class org.pmw.tinylog.Logger
Create a trace log entry.
trace(Throwable, String, Object...) - Static method in class org.pmw.tinylog.Logger
Create a trace log entry. "{}" placeholders will be replaced by the given arguments.
TRACE - org.pmw.tinylog.Level
Output all log entries.

V

valueOf(String) - Static method in enum org.pmw.tinylog.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.pmw.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.pmw.tinylog.Logger
Create a warning log entry.
warn(String) - Static method in class org.pmw.tinylog.InternalLogger
Log an internal warning.
warn(String) - Static method in class org.pmw.tinylog.Logger
Create a warning log entry.
warn(String, Object...) - Static method in class org.pmw.tinylog.InternalLogger
Log an internal warning. "{}" placeholders will be replaced by the given arguments.
warn(String, Object...) - Static method in class org.pmw.tinylog.Logger
Create a warning log entry. "{}" placeholders will be replaced by the given arguments.
warn(Throwable) - Static method in class org.pmw.tinylog.InternalLogger
Log an internal warning.
warn(Throwable) - Static method in class org.pmw.tinylog.Logger
Create a warning log entry.
warn(Throwable, String) - Static method in class org.pmw.tinylog.InternalLogger
Log an internal warning.
warn(Throwable, String, Object...) - Static method in class org.pmw.tinylog.InternalLogger
Log an internal warning. "{}" placeholders will be replaced by the given arguments.
warn(Throwable, String, Object...) - Static method in class org.pmw.tinylog.Logger
Create a warning log entry. "{}" placeholders will be replaced by the given arguments.
WARNING - org.pmw.tinylog.Level
Output error and warning log entries.
A C D E G I L M O P R S T V W 
Skip navigation links

Copyright © 2017. All rights reserved.