Package | Description |
---|---|
org.pmw.tinylog |
tinylog classes
|
Modifier and Type | Method | Description |
---|---|---|
static void |
Logger.debug(String message,
Supplier<?>... arguments) |
Create a debug log entry. "{}" placeholders will be replaced by the given arguments.
|
static void |
Logger.debug(Throwable exception,
String message,
Supplier<?>... arguments) |
Create a debug log entry. "{}" placeholders will be replaced by the given arguments.
|
static void |
Logger.debug(Throwable exception,
Supplier<?> supplier) |
Create a debug log entry.
|
static void |
Logger.debug(Supplier<?> supplier) |
Create a debug log entry.
|
static void |
Logger.error(String message,
Supplier<?>... arguments) |
Create a error log entry. "{}" placeholders will be replaced by the given arguments.
|
static void |
Logger.error(Throwable exception,
String message,
Supplier<?>... arguments) |
Create a error log entry. "{}" placeholders will be replaced by the given arguments.
|
static void |
Logger.error(Throwable exception,
Supplier<?> supplier) |
Create a error log entry.
|
static void |
Logger.error(Supplier<?> supplier) |
Create a error log entry.
|
static void |
Logger.info(String message,
Supplier<?>... arguments) |
Create a info log entry. "{}" placeholders will be replaced by the given arguments.
|
static void |
Logger.info(Throwable exception,
String message,
Supplier<?>... arguments) |
Create a info log entry. "{}" placeholders will be replaced by the given arguments.
|
static void |
Logger.info(Throwable exception,
Supplier<?> supplier) |
Create a info log entry.
|
static void |
Logger.info(Supplier<?> supplier) |
Create a info log entry.
|
static void |
Logger.trace(String message,
Supplier<?>... arguments) |
Create a trace log entry. "{}" placeholders will be replaced by the given arguments.
|
static void |
Logger.trace(Throwable exception,
String message,
Supplier<?>... arguments) |
Create a trace log entry. "{}" placeholders will be replaced by the given arguments.
|
static void |
Logger.trace(Throwable exception,
Supplier<?> supplier) |
Create a trace log entry.
|
static void |
Logger.trace(Supplier<?> supplier) |
Create a trace log entry.
|
static void |
Logger.warn(String message,
Supplier<?>... arguments) |
Create a warning log entry. "{}" placeholders will be replaced by the given arguments.
|
static void |
Logger.warn(Throwable exception,
String message,
Supplier<?>... arguments) |
Create a warning log entry. "{}" placeholders will be replaced by the given arguments.
|
static void |
Logger.warn(Throwable exception,
Supplier<?> supplier) |
Create a warning log entry.
|
static void |
Logger.warn(Supplier<?> supplier) |
Create a warning log entry.
|
Copyright © 2019. All rights reserved.