| Package | Description |
|---|---|
| org.apache.logging.log4j |
Public API for Log4j 2.
|
| org.apache.logging.log4j.spi |
Internal interfaces and classes to be used by authors of logging implementations or for internal use by
API classes.
|
| org.apache.logging.log4j.util |
Internal utility classes for the Log4j 2 API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Logger.debug(Marker marker,
String message,
Supplier<?>... paramSuppliers)
Logs a message with parameters which are only to be constructed if the logging level is the
DEBUG level. |
void |
Logger.debug(Marker marker,
Supplier<?> msgSupplier)
Logs a message which is only to be constructed if the logging level is the
DEBUG level with
the specified Marker. |
void |
Logger.debug(Marker marker,
Supplier<?> msgSupplier,
Throwable t)
|
void |
Logger.debug(String message,
Supplier<?>... paramSuppliers)
Logs a message with parameters which are only to be constructed if the logging level is the
DEBUG level. |
void |
Logger.debug(Supplier<?> msgSupplier)
Logs a message which is only to be constructed if the logging level is the
DEBUG level. |
void |
Logger.debug(Supplier<?> msgSupplier,
Throwable t)
|
void |
Logger.error(Marker marker,
String message,
Supplier<?>... paramSuppliers)
Logs a message with parameters which are only to be constructed if the logging level is the
ERROR level. |
void |
Logger.error(Marker marker,
Supplier<?> msgSupplier)
Logs a message which is only to be constructed if the logging level is the
ERROR level with
the specified Marker. |
void |
Logger.error(Marker marker,
Supplier<?> msgSupplier,
Throwable t)
|
void |
Logger.error(String message,
Supplier<?>... paramSuppliers)
Logs a message with parameters which are only to be constructed if the logging level is the
ERROR level. |
void |
Logger.error(Supplier<?> msgSupplier)
Logs a message which is only to be constructed if the logging level is the
ERROR level. |
void |
Logger.error(Supplier<?> msgSupplier,
Throwable t)
|
void |
Logger.fatal(Marker marker,
String message,
Supplier<?>... paramSuppliers)
Logs a message with parameters which are only to be constructed if the logging level is the
FATAL level. |
void |
Logger.fatal(Marker marker,
Supplier<?> msgSupplier)
Logs a message which is only to be constructed if the logging level is the
FATAL level with
the specified Marker. |
void |
Logger.fatal(Marker marker,
Supplier<?> msgSupplier,
Throwable t)
|
void |
Logger.fatal(String message,
Supplier<?>... paramSuppliers)
Logs a message with parameters which are only to be constructed if the logging level is the
FATAL level. |
void |
Logger.fatal(Supplier<?> msgSupplier)
Logs a message which is only to be constructed if the logging level is the
FATAL level. |
void |
Logger.fatal(Supplier<?> msgSupplier,
Throwable t)
|
void |
Logger.info(Marker marker,
String message,
Supplier<?>... paramSuppliers)
Logs a message with parameters which are only to be constructed if the logging level is the
INFO level. |
void |
Logger.info(Marker marker,
Supplier<?> msgSupplier)
Logs a message which is only to be constructed if the logging level is the
INFO level with the
specified Marker. |
void |
Logger.info(Marker marker,
Supplier<?> msgSupplier,
Throwable t)
|
void |
Logger.info(String message,
Supplier<?>... paramSuppliers)
Logs a message with parameters which are only to be constructed if the logging level is the
INFO level. |
void |
Logger.info(Supplier<?> msgSupplier)
Logs a message which is only to be constructed if the logging level is the
INFO level. |
void |
Logger.info(Supplier<?> msgSupplier,
Throwable t)
|
void |
Logger.log(Level level,
Marker marker,
String message,
Supplier<?>... paramSuppliers)
Logs a message with parameters which are only to be constructed if the logging level is the specified level.
|
void |
Logger.log(Level level,
Marker marker,
Supplier<?> msgSupplier)
Logs a message (only to be constructed if the logging level is the specified level) with the specified Marker.
|
void |
Logger.log(Level level,
Marker marker,
Supplier<?> msgSupplier,
Throwable t)
Logs a message (only to be constructed if the logging level is the specified level) with the specified Marker and
including the stack log of the
Throwable t passed as parameter. |
void |
Logger.log(Level level,
String message,
Supplier<?>... paramSuppliers)
Logs a message with parameters which are only to be constructed if the logging level is the specified level.
|
void |
Logger.log(Level level,
Supplier<?> msgSupplier)
Logs a message which is only to be constructed if the logging level is the specified level.
|
void |
Logger.log(Level level,
Supplier<?> msgSupplier,
Throwable t)
Logs a message (only to be constructed if the logging level is the specified level) including the stack log of
the
Throwable t passed as parameter. |
void |
Logger.trace(Marker marker,
String message,
Supplier<?>... paramSuppliers)
Logs a message with parameters which are only to be constructed if the logging level is the
TRACE level. |
void |
Logger.trace(Marker marker,
Supplier<?> msgSupplier)
Logs a message which is only to be constructed if the logging level is the
TRACE level with
the specified Marker. |
void |
Logger.trace(Marker marker,
Supplier<?> msgSupplier,
Throwable t)
|
void |
Logger.trace(String message,
Supplier<?>... paramSuppliers)
Logs a message with parameters which are only to be constructed if the logging level is the
TRACE level. |
void |
Logger.trace(Supplier<?> msgSupplier)
Logs a message which is only to be constructed if the logging level is the
TRACE level. |
void |
Logger.trace(Supplier<?> msgSupplier,
Throwable t)
|
void |
Logger.warn(Marker marker,
String message,
Supplier<?>... paramSuppliers)
Logs a message with parameters which are only to be constructed if the logging level is the
WARN level. |
void |
Logger.warn(Marker marker,
Supplier<?> msgSupplier)
Logs a message which is only to be constructed if the logging level is the
WARN level with the
specified Marker. |
void |
Logger.warn(Marker marker,
Supplier<?> msgSupplier,
Throwable t)
|
void |
Logger.warn(String message,
Supplier<?>... paramSuppliers)
Logs a message with parameters which are only to be constructed if the logging level is the
WARN level. |
void |
Logger.warn(Supplier<?> msgSupplier)
Logs a message which is only to be constructed if the logging level is the
WARN level. |
void |
Logger.warn(Supplier<?> msgSupplier,
Throwable t)
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractLogger.debug(Marker marker,
String message,
Supplier<?>... paramSuppliers) |
void |
AbstractLogger.debug(Marker marker,
Supplier<?> msgSupplier) |
void |
AbstractLogger.debug(Marker marker,
Supplier<?> msgSupplier,
Throwable t) |
void |
AbstractLogger.debug(String message,
Supplier<?>... paramSuppliers) |
void |
AbstractLogger.debug(Supplier<?> msgSupplier) |
void |
AbstractLogger.debug(Supplier<?> msgSupplier,
Throwable t) |
void |
AbstractLogger.error(Marker marker,
String message,
Supplier<?>... paramSuppliers) |
void |
AbstractLogger.error(Marker marker,
Supplier<?> msgSupplier) |
void |
AbstractLogger.error(Marker marker,
Supplier<?> msgSupplier,
Throwable t) |
void |
AbstractLogger.error(String message,
Supplier<?>... paramSuppliers) |
void |
AbstractLogger.error(Supplier<?> msgSupplier) |
void |
AbstractLogger.error(Supplier<?> msgSupplier,
Throwable t) |
void |
AbstractLogger.fatal(Marker marker,
String message,
Supplier<?>... paramSuppliers) |
void |
AbstractLogger.fatal(Marker marker,
Supplier<?> msgSupplier) |
void |
AbstractLogger.fatal(Marker marker,
Supplier<?> msgSupplier,
Throwable t) |
void |
AbstractLogger.fatal(String message,
Supplier<?>... paramSuppliers) |
void |
AbstractLogger.fatal(Supplier<?> msgSupplier) |
void |
AbstractLogger.fatal(Supplier<?> msgSupplier,
Throwable t) |
void |
AbstractLogger.info(Marker marker,
String message,
Supplier<?>... paramSuppliers) |
void |
AbstractLogger.info(Marker marker,
Supplier<?> msgSupplier) |
void |
AbstractLogger.info(Marker marker,
Supplier<?> msgSupplier,
Throwable t) |
void |
AbstractLogger.info(String message,
Supplier<?>... paramSuppliers) |
void |
AbstractLogger.info(Supplier<?> msgSupplier) |
void |
AbstractLogger.info(Supplier<?> msgSupplier,
Throwable t) |
void |
AbstractLogger.log(Level level,
Marker marker,
String message,
Supplier<?>... paramSuppliers) |
void |
AbstractLogger.log(Level level,
Marker marker,
Supplier<?> msgSupplier) |
void |
AbstractLogger.log(Level level,
Marker marker,
Supplier<?> msgSupplier,
Throwable t) |
void |
AbstractLogger.log(Level level,
String message,
Supplier<?>... paramSuppliers) |
void |
AbstractLogger.log(Level level,
Supplier<?> msgSupplier) |
void |
AbstractLogger.log(Level level,
Supplier<?> msgSupplier,
Throwable t) |
void |
ExtendedLogger.logIfEnabled(String fqcn,
Level level,
Marker marker,
String message,
Supplier<?>... paramSuppliers)
Logs a message whose parameters are only to be constructed if the specified level is active.
|
void |
AbstractLogger.logIfEnabled(String fqcn,
Level level,
Marker marker,
String message,
Supplier<?>... paramSuppliers) |
void |
ExtendedLogger.logIfEnabled(String fqcn,
Level level,
Marker marker,
Supplier<?> msgSupplier,
Throwable t)
Logs a message which is only to be constructed if the specified level is active.
|
void |
AbstractLogger.logIfEnabled(String fqcn,
Level level,
Marker marker,
Supplier<?> msgSupplier,
Throwable t) |
protected void |
AbstractLogger.logMessage(String fqcn,
Level level,
Marker marker,
String message,
Supplier<?>... paramSuppliers) |
protected void |
AbstractLogger.logMessage(String fqcn,
Level level,
Marker marker,
Supplier<?> msgSupplier,
Throwable t) |
void |
AbstractLogger.trace(Marker marker,
String message,
Supplier<?>... paramSuppliers) |
void |
AbstractLogger.trace(Marker marker,
Supplier<?> msgSupplier) |
void |
AbstractLogger.trace(Marker marker,
Supplier<?> msgSupplier,
Throwable t) |
void |
AbstractLogger.trace(String message,
Supplier<?>... paramSuppliers) |
void |
AbstractLogger.trace(Supplier<?> msgSupplier) |
void |
AbstractLogger.trace(Supplier<?> msgSupplier,
Throwable t) |
void |
AbstractLogger.warn(Marker marker,
String message,
Supplier<?>... paramSuppliers) |
void |
AbstractLogger.warn(Marker marker,
Supplier<?> msgSupplier) |
void |
AbstractLogger.warn(Marker marker,
Supplier<?> msgSupplier,
Throwable t) |
void |
AbstractLogger.warn(String message,
Supplier<?>... paramSuppliers) |
void |
AbstractLogger.warn(Supplier<?> msgSupplier) |
void |
AbstractLogger.warn(Supplier<?> msgSupplier,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
LambdaUtil.get(Supplier<?> supplier)
Returns the result of evaluating the specified function.
|
static Object[] |
LambdaUtil.getAll(Supplier<?>... suppliers)
Converts an array of lambda expressions into an array of their evaluation results.
|
Copyright © 2006-2016 OPS4J - Open Participation Software for Java. All Rights Reserved.