|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Logger | |
---|---|
org.apache.logging.log4j | Public API for Log4j 2.0. |
org.apache.logging.log4j.simple | Simple logging implementation. |
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 Logger in org.apache.logging.log4j |
---|
Methods in org.apache.logging.log4j that return Logger | |
---|---|
static Logger |
LogManager.getFormatterLogger(Class<?> clazz)
Returns a formatter Logger using the fully qualified name of the Class as the Logger name. |
static Logger |
LogManager.getFormatterLogger(Object value)
Returns a formatter Logger using the fully qualified name of the value's Class as the Logger name. |
static Logger |
LogManager.getFormatterLogger(String name)
Returns a formatter Logger with the specified name. |
static Logger |
LogManager.getLogger(Class<?> clazz)
Returns a Logger using the fully qualified name of the Class as the Logger name. |
static Logger |
LogManager.getLogger(Class<?> clazz,
MessageFactory messageFactory)
Returns a Logger using the fully qualified name of the Class as the Logger name. |
static Logger |
LogManager.getLogger(Object value)
Returns a Logger using the fully qualified class name of the value as the Logger name. |
static Logger |
LogManager.getLogger(Object value,
MessageFactory messageFactory)
Returns a Logger using the fully qualified class name of the value as the Logger name. |
static Logger |
LogManager.getLogger(String name)
Returns a Logger with the specified name. |
static Logger |
LogManager.getLogger(String name,
MessageFactory messageFactory)
Returns a Logger with the specified name. |
protected static Logger |
LogManager.getLogger(String fqcn,
String name)
Returns a Logger with the specified name. |
Uses of Logger in org.apache.logging.log4j.simple |
---|
Classes in org.apache.logging.log4j.simple that implement Logger | |
---|---|
class |
SimpleLogger
This is the default logger that is used when no suitable logging implementation is available. |
Methods in org.apache.logging.log4j.simple that return Logger | |
---|---|
Logger |
SimpleLoggerContext.getLogger(String name)
|
Logger |
SimpleLoggerContext.getLogger(String name,
MessageFactory messageFactory)
|
Uses of Logger in org.apache.logging.log4j.spi |
---|
Classes in org.apache.logging.log4j.spi that implement Logger | |
---|---|
class |
AbstractLogger
Base implementation of a Logger. |
class |
AbstractLoggerWrapper
Wrapper class that exposes the protected AbstractLogger methods to support wrapped loggers. |
Methods in org.apache.logging.log4j.spi that return Logger | |
---|---|
Logger |
LoggerContext.getLogger(String name)
Returns a Logger. |
Logger |
LoggerContext.getLogger(String name,
MessageFactory messageFactory)
Returns a Logger. |
Methods in org.apache.logging.log4j.spi with parameters of type Logger | |
---|---|
static void |
AbstractLogger.checkMessageFactory(Logger logger,
MessageFactory messageFactory)
Checks that the message factory a logger was created with is the same as the given messageFactory. |
Uses of Logger in org.apache.logging.log4j.status |
---|
Classes in org.apache.logging.log4j.status that implement Logger | |
---|---|
class |
StatusLogger
Mechanism to record events that occur in the logging system. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1999-2013 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.