Package | Description |
---|---|
org.apache.logging.log4j |
Public API for Log4j 2.0.
|
org.apache.logging.log4j.spi |
Internal interfaces and classes to be used by authors of logging implementations or for internal use by
API classes.
|
Modifier and Type | Method and Description |
---|---|
LoggerStream |
Logger.getStream(Level level)
Gets a print stream that logs lines to this logger.
|
LoggerStream |
Logger.getStream(Marker marker,
Level level)
Gets a marked print stream that logs lines to this logger.
|
Modifier and Type | Method and Description |
---|---|
LoggerStream |
LoggerStream.append(char c) |
LoggerStream |
LoggerStream.append(CharSequence csq) |
LoggerStream |
LoggerStream.append(CharSequence csq,
int start,
int end) |
LoggerStream |
LoggerStream.format(Locale l,
String format,
Object... args) |
LoggerStream |
LoggerStream.format(String format,
Object... args) |
LoggerStream |
AbstractLogger.getStream(Level level)
Gets a print stream that logs lines to this logger.
|
LoggerStream |
AbstractLogger.getStream(Marker marker,
Level level)
Gets a marked print stream that logs lines to this logger.
|
LoggerStream |
LoggerStream.printf(Locale l,
String format,
Object... args) |
LoggerStream |
LoggerStream.printf(String format,
Object... args) |
Copyright © 1999-2014 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.