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

C

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

D

debug(Object) - Static method in class org.pmw.tinylog.Logger
Logs a message at DEBUG level.
debug(String) - Static method in class org.pmw.tinylog.Logger
Logs a message at DEBUG level.
debug(String, Object...) - Static method in class org.pmw.tinylog.Logger
Logs a formatted message at DEBUG level. "{}" placeholders will be replaced by given arguments.
debug(String, Supplier<?>...) - Static method in class org.pmw.tinylog.Logger
Logs a formatted message at DEBUG level. "{}" placeholders will be replaced by given lazy arguments.
debug(Throwable) - Static method in class org.pmw.tinylog.Logger
Logs an exception at DEBUG level.
debug(Throwable, String) - Static method in class org.pmw.tinylog.Logger
Logs an exception with a custom message at DEBUG level.
debug(Throwable, String, Object...) - Static method in class org.pmw.tinylog.Logger
Logs an exception with a formatted custom message at DEBUG level. "{}" placeholders will be replaced by given arguments.
debug(Throwable, String, Supplier<?>...) - Static method in class org.pmw.tinylog.Logger
Logs an exception with a formatted message at DEBUG level. "{}" placeholders will be replaced by given lazy arguments.
debug(Throwable, Supplier<String>) - Static method in class org.pmw.tinylog.Logger
Logs an exception with a custom lazy message at DEBUG level.
debug(Supplier<?>) - Static method in class org.pmw.tinylog.Logger
Logs a lazy message at DEBUG level.
DEBUG - org.pmw.tinylog.Level
Debug log entries contain common debug information.

E

error(Object) - Static method in class org.pmw.tinylog.Logger
Logs a message at ERROR level.
error(String) - Static method in class org.pmw.tinylog.Logger
Logs a message at ERROR level.
error(String, Object...) - Static method in class org.pmw.tinylog.Logger
Logs a formatted message at ERROR level. "{}" placeholders will be replaced by given arguments.
error(String, Supplier<?>...) - Static method in class org.pmw.tinylog.Logger
Logs a formatted message at ERROR level. "{}" placeholders will be replaced by given lazy arguments.
error(Throwable) - Static method in class org.pmw.tinylog.Logger
Logs an exception at ERROR level.
error(Throwable, String) - Static method in class org.pmw.tinylog.Logger
Logs an exception with a custom message at ERROR level.
error(Throwable, String, Object...) - Static method in class org.pmw.tinylog.Logger
Logs an exception with a formatted custom message at ERROR level. "{}" placeholders will be replaced by given arguments.
error(Throwable, String, Supplier<?>...) - Static method in class org.pmw.tinylog.Logger
Logs an exception with a formatted message at ERROR level. "{}" placeholders will be replaced by given lazy arguments.
error(Throwable, Supplier<String>) - Static method in class org.pmw.tinylog.Logger
Logs an exception with a custom lazy message at ERROR level.
error(Supplier<?>) - Static method in class org.pmw.tinylog.Logger
Logs a lazy message at ERROR level.
ERROR - org.pmw.tinylog.Level
Error log entries contain severe technical errors.

G

get() - Method in interface org.pmw.tinylog.Supplier
Generates the value.
get(String) - Static method in class org.pmw.tinylog.LoggingContext
Gets a value by key from logging context.
getLevel() - Static method in class org.pmw.tinylog.Logger
Gets the minimum enabled severity level.
getLevel(Class<?>) - Static method in class org.pmw.tinylog.Logger
Gets the minimum enabled severity level.
getLevel(Package) - Static method in class org.pmw.tinylog.Logger
Gets the minimum enabled severity level.
getMapping() - Static method in class org.pmw.tinylog.LoggingContext
Gets all values that are visible for the current thread from logging context.

I

info(Object) - Static method in class org.pmw.tinylog.Logger
Logs a message at INFO level.
info(String) - Static method in class org.pmw.tinylog.Logger
Logs a message at INFO level.
info(String, Object...) - Static method in class org.pmw.tinylog.Logger
Logs a formatted message at INFO level. "{}" placeholders will be replaced by given arguments.
info(String, Supplier<?>...) - Static method in class org.pmw.tinylog.Logger
Logs a formatted message at INFO level. "{}" placeholders will be replaced by given lazy arguments.
info(Throwable) - Static method in class org.pmw.tinylog.Logger
Logs an exception at INFO level.
info(Throwable, String) - Static method in class org.pmw.tinylog.Logger
Logs an exception with a custom message at INFO level.
info(Throwable, String, Object...) - Static method in class org.pmw.tinylog.Logger
Logs an exception with a formatted custom message at INFO level. "{}" placeholders will be replaced by given arguments.
info(Throwable, String, Supplier<?>...) - Static method in class org.pmw.tinylog.Logger
Logs an exception with a formatted message at INFO level. "{}" placeholders will be replaced by given lazy arguments.
info(Throwable, Supplier<String>) - Static method in class org.pmw.tinylog.Logger
Logs an exception with a custom lazy message at INFO level.
info(Supplier<?>) - Static method in class org.pmw.tinylog.Logger
Logs a lazy message at INFO level.
INFO - org.pmw.tinylog.Level
Info log entries contain important relevant information.

L

Level - Enum in org.pmw.tinylog
Severity levels for log entries.
Logger - Class in org.pmw.tinylog
Static logger for issuing log entries for tinylog 2 via a tinylog 1.3 compatible API.
LoggingContext - Class in org.pmw.tinylog
Thread-based mapped diagnostic context for enriching log entries with additional values.

O

OFF - org.pmw.tinylog.Level
Off severity level disables any logging.
org.pmw.tinylog - package org.pmw.tinylog
Logging API of tinylog 1.3 for tinylog 2.

P

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

R

remove(String) - Static method in class org.pmw.tinylog.LoggingContext
Removes a value from logging context.

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
Logs a message at TRACE level.
trace(String) - Static method in class org.pmw.tinylog.Logger
Logs a message at TRACE level.
trace(String, Object...) - Static method in class org.pmw.tinylog.Logger
Logs a formatted message at TRACE level. "{}" placeholders will be replaced by given arguments.
trace(String, Supplier<?>...) - Static method in class org.pmw.tinylog.Logger
Logs a formatted message at TRACE level. "{}" placeholders will be replaced by given lazy arguments.
trace(Throwable) - Static method in class org.pmw.tinylog.Logger
Logs an exception at TRACE level.
trace(Throwable, String) - Static method in class org.pmw.tinylog.Logger
Logs an exception with a custom message at TRACE level.
trace(Throwable, String, Object...) - Static method in class org.pmw.tinylog.Logger
Logs an exception with a formatted custom message at TRACE level. "{}" placeholders will be replaced by given arguments.
trace(Throwable, String, Supplier<?>...) - Static method in class org.pmw.tinylog.Logger
Logs an exception with a formatted message at TRACE level. "{}" placeholders will be replaced by given lazy arguments.
trace(Throwable, Supplier<String>) - Static method in class org.pmw.tinylog.Logger
Logs an exception with a custom lazy message at TRACE level.
trace(Supplier<?>) - Static method in class org.pmw.tinylog.Logger
Logs a lazy message at TRACE level.
TRACE - org.pmw.tinylog.Level
Trace log entries contain very fine-grained debug information, typically the flow through.

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
Logs a message at WARNING level.
warn(String) - Static method in class org.pmw.tinylog.Logger
Logs a message at WARNING level.
warn(String, Object...) - Static method in class org.pmw.tinylog.Logger
Logs a formatted message at WARNING level. "{}" placeholders will be replaced by given arguments.
warn(String, Supplier<?>...) - Static method in class org.pmw.tinylog.Logger
Logs a formatted message at WARNING level. "{}" placeholders will be replaced by given lazy arguments.
warn(Throwable) - Static method in class org.pmw.tinylog.Logger
Logs an exception at WARNING level.
warn(Throwable, String) - Static method in class org.pmw.tinylog.Logger
Logs an exception with a custom message at WARNING level.
warn(Throwable, String, Object...) - Static method in class org.pmw.tinylog.Logger
Logs an exception with a formatted custom message at WARNING level. "{}" placeholders will be replaced by given arguments.
warn(Throwable, String, Supplier<?>...) - Static method in class org.pmw.tinylog.Logger
Logs an exception with a formatted message at WARNING level. "{}" placeholders will be replaced by given lazy arguments.
warn(Throwable, Supplier<String>) - Static method in class org.pmw.tinylog.Logger
Logs an exception with a custom lazy message at WARNING level.
warn(Supplier<?>) - Static method in class org.pmw.tinylog.Logger
Logs a lazy message at WARNING level.
WARNING - org.pmw.tinylog.Level
Warn log entries contain technical warnings.
C D E G I L O P R S T V W 
Skip navigation links

Copyright © 2019. All rights reserved.