A C D E G I J L M O P R 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, 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.

E

EnvironmentHelper - Class in org.pmw.tinylog
Encapsulate functionality that depends on the environment.
error(String) - Static method in class org.pmw.tinylog.InternalLogger
Log an internal error.
error(String, Object...) - Static method in class org.pmw.tinylog.InternalLogger
Log an internal error. "{}" placeholders will be replaced by the given arguments.
error(Throwable) - Static method in class org.pmw.tinylog.InternalLogger
Log an internal error.
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(Object) - Static method in class org.pmw.tinylog.Logger
Create an error log entry.
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.Logger
Create an error log entry. "{}" 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(Throwable) - Static method in class org.pmw.tinylog.Logger
Create an error log entry.

G

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.JavaRuntime
 
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(Package) - Static method in class org.pmw.tinylog.Logger
Get the current severity level for a specific package.
getLevel(Class<?>) - Static method in class org.pmw.tinylog.Logger
Get the current severity level for a specific class.
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.JavaRuntime
 
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.JavaRuntime
 
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, 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.
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.
isWindows() - Static method in class org.pmw.tinylog.EnvironmentHelper
Determine whether running on Windows.

J

JavaRuntime - Class in org.pmw.tinylog.runtime
Runtime dialect implementation for Sun's and Oracle's Java Virtual Machines.
JavaRuntime() - Constructor for class org.pmw.tinylog.runtime.JavaRuntime
 

L

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.

O

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.

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, 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.

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(String) - Static method in class org.pmw.tinylog.InternalLogger
Log an internal warning.
warn(String, Object...) - Static method in class org.pmw.tinylog.InternalLogger
Log an internal warning. "{}" placeholders will be replaced by the given arguments.
warn(Throwable) - Static method in class org.pmw.tinylog.InternalLogger
Log an internal warning.
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(Object) - Static method in class org.pmw.tinylog.Logger
Create a warning log entry.
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.Logger
Create a warning log entry. "{}" 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.
warn(Throwable) - Static method in class org.pmw.tinylog.Logger
Create a warning log entry.
A C D E G I J L M O P R T V W 

Copyright © 2017. All rights reserved.