|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
---|---|
org.apache.logging.log4j | Public API for Log4j 2.0. |
org.apache.logging.log4j.message | Public Message Types used for Log4j 2.0. |
org.apache.logging.log4j.spi | Internal interfaces and classes to be used by authors of logging implementations. |
org.apache.logging.log4j.status | Status API for Log4j 2.0. |
Uses of Message in org.apache.logging.log4j |
---|
Methods in org.apache.logging.log4j with parameters of type Message | |
---|---|
void |
Logger.debug(Marker marker,
Message msg)
Logs a message with the specific Marker at the DEBUG level. |
void |
Logger.debug(Marker marker,
Message msg,
Throwable t)
Logs a message with the specific Marker at the DEBUG level. |
void |
Logger.debug(Message msg)
Logs a message with the specific Marker at the DEBUG level. |
void |
Logger.debug(Message msg,
Throwable t)
Logs a message with the specific Marker at the DEBUG level. |
void |
Logger.error(Marker marker,
Message msg)
Logs a message with the specific Marker at the ERROR level. |
void |
Logger.error(Marker marker,
Message msg,
Throwable t)
Logs a message with the specific Marker at the ERROR level. |
void |
Logger.error(Message msg)
Logs a message with the specific Marker at the ERROR level. |
void |
Logger.error(Message msg,
Throwable t)
Logs a message with the specific Marker at the ERROR level. |
void |
Logger.fatal(Marker marker,
Message msg)
Logs a message with the specific Marker at the FATAL level. |
void |
Logger.fatal(Marker marker,
Message msg,
Throwable t)
Logs a message with the specific Marker at the FATAL level. |
void |
Logger.fatal(Message msg)
Logs a message with the specific Marker at the FATAL level. |
void |
Logger.fatal(Message msg,
Throwable t)
Logs a message with the specific Marker at the FATAL level. |
void |
Logger.info(Marker marker,
Message msg)
Logs a message with the specific Marker at the INFO level. |
void |
Logger.info(Marker marker,
Message msg,
Throwable t)
Logs a message with the specific Marker at the INFO level. |
void |
Logger.info(Message msg)
Logs a message with the specific Marker at the TRACE level. |
void |
Logger.info(Message msg,
Throwable t)
Logs a message with the specific Marker at the INFO level. |
void |
Logger.trace(Marker marker,
Message msg)
Logs a message with the specific Marker at the TRACE level. |
void |
Logger.trace(Marker marker,
Message msg,
Throwable t)
Logs a message with the specific Marker at the TRACE level. |
void |
Logger.trace(Message msg)
Logs a message with the specific Marker at the TRACE level. |
void |
Logger.trace(Message msg,
Throwable t)
Logs a message with the specific Marker at the TRACE level. |
void |
Logger.warn(Marker marker,
Message msg)
Logs a message with the specific Marker at the WARN level. |
void |
Logger.warn(Marker marker,
Message msg,
Throwable t)
Logs a message with the specific Marker at the WARN level. |
void |
Logger.warn(Message msg)
Logs a message with the specific Marker at the WARN level. |
void |
Logger.warn(Message msg,
Throwable t)
Logs a message with the specific Marker at the WARN level. |
Uses of Message in org.apache.logging.log4j.message |
---|
Subinterfaces of Message in org.apache.logging.log4j.message | |
---|---|
interface |
MultiformatMessage
A Message that can render itself in more than one way. |
Classes in org.apache.logging.log4j.message that implement Message | |
---|---|
class |
LocalizedMessage
This class is not the recommended way to Localize messages. |
class |
MapMessage
Represents a Message that consists of a Map. |
class |
ObjectMessage
Handles messages that contain an Object. |
class |
ParameterizedMessage
Handles messages that consist of a format string containing '{}' to represent each replaceable token, and the parameters. |
class |
SimpleMessage
The simplest possible implementation of Message. |
class |
StringFormattedMessage
Handles messages that consist of a format string conforming to java.util.Formatter. |
class |
StructuredDataMessage
Represents a Message that conforms to RFC 5424 (http://tools.ietf.org/html/rfc5424). |
class |
ThreadDumpMessage
Captures information about all running Threads. |
Uses of Message in org.apache.logging.log4j.spi |
---|
Methods in org.apache.logging.log4j.spi with parameters of type Message | |
---|---|
void |
AbstractLogger.debug(Marker marker,
Message msg)
Logs a message with the specific Marker at the DEBUG level. |
void |
AbstractLogger.debug(Marker marker,
Message msg,
Throwable t)
Logs a message with the specific Marker at the DEBUG level. |
void |
AbstractLogger.debug(Message msg)
Logs a message with the specific Marker at the DEBUG level. |
void |
AbstractLogger.debug(Message msg,
Throwable t)
Logs a message with the specific Marker at the DEBUG level. |
void |
AbstractLogger.error(Marker marker,
Message msg)
Logs a message with the specific Marker at the ERROR level. |
void |
AbstractLogger.error(Marker marker,
Message msg,
Throwable t)
Logs a message with the specific Marker at the ERROR level. |
void |
AbstractLogger.error(Message msg)
Logs a message with the specific Marker at the ERROR level. |
void |
AbstractLogger.error(Message msg,
Throwable t)
Logs a message with the specific Marker at the ERROR level. |
void |
AbstractLogger.fatal(Marker marker,
Message msg)
Logs a message with the specific Marker at the FATAL level. |
void |
AbstractLogger.fatal(Marker marker,
Message msg,
Throwable t)
Logs a message with the specific Marker at the FATAL level. |
void |
AbstractLogger.fatal(Message msg)
Logs a message with the specific Marker at the FATAL level. |
void |
AbstractLogger.fatal(Message msg,
Throwable t)
Logs a message with the specific Marker at the FATAL level. |
void |
AbstractLogger.info(Marker marker,
Message msg)
Logs a message with the specific Marker at the INFO level. |
void |
AbstractLogger.info(Marker marker,
Message msg,
Throwable t)
Logs a message with the specific Marker at the INFO level. |
void |
AbstractLogger.info(Message msg)
Logs a message with the specific Marker at the TRACE level. |
void |
AbstractLogger.info(Message msg,
Throwable t)
Logs a message with the specific Marker at the INFO level. |
boolean |
AbstractLoggerWrapper.isEnabled(Level level,
Marker marker,
Message data,
Throwable t)
Detect if the event would be logged. |
protected abstract boolean |
AbstractLogger.isEnabled(Level level,
Marker marker,
Message data,
Throwable t)
Determine if logging is enabled. |
void |
AbstractLoggerWrapper.log(Marker marker,
String fqcn,
Level level,
Message data,
Throwable t)
Log an event. |
protected abstract void |
AbstractLogger.log(Marker marker,
String fqcn,
Level level,
Message data,
Throwable t)
Logs a message with location information. |
void |
AbstractLogger.trace(Marker marker,
Message msg)
Logs a message with the specific Marker at the TRACE level. |
void |
AbstractLogger.trace(Marker marker,
Message msg,
Throwable t)
Logs a message with the specific Marker at the TRACE level. |
void |
AbstractLogger.trace(Message msg)
Logs a message with the specific Marker at the TRACE level. |
void |
AbstractLogger.trace(Message msg,
Throwable t)
Logs a message with the specific Marker at the TRACE level. |
void |
AbstractLogger.warn(Marker marker,
Message msg)
Logs a message with the specific Marker at the WARN level. |
void |
AbstractLogger.warn(Marker marker,
Message msg,
Throwable t)
Logs a message with the specific Marker at the WARN level. |
void |
AbstractLogger.warn(Message msg)
Logs a message with the specific Marker at the WARN level. |
void |
AbstractLogger.warn(Message msg,
Throwable t)
Logs a message with the specific Marker at the WARN level. |
Uses of Message in org.apache.logging.log4j.status |
---|
Methods in org.apache.logging.log4j.status that return Message | |
---|---|
Message |
StatusData.getMessage()
Returns the message associated with the event. |
Methods in org.apache.logging.log4j.status with parameters of type Message | |
---|---|
protected boolean |
StatusLogger.isEnabled(Level level,
Marker marker,
Message data,
Throwable t)
|
void |
StatusLogger.log(Marker marker,
String fqcn,
Level level,
Message msg,
Throwable t)
Add an event. |
Constructors in org.apache.logging.log4j.status with parameters of type Message | |
---|---|
StatusData(StackTraceElement caller,
Level level,
Message msg,
Throwable t)
Creates the StatusData object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |