org.cougaar.util.log.log4j |
|
Java Source File Name | Type | Comment |
DetailPriority.java | Class | Logging level that is higher than error but less than
fatal, which is used for information messages that should
rarely be filtered. |
Log4jLoggerFactory.java | Class | Log4j implementation of LoggerFactory, which is used to
create Logger and LoggerController instances.
Typically the "requestor" classname is used to identify
loggers. |
LoggerControllerImpl.java | Class | Package-private log4j implementation of a logger-controller. |
LoggerImpl.java | Class | Package-private log4j implementation of logger.
This is an log4j based implementation of Logger. |
ShoutPriority.java | Class | Logging level that is higher than error but less than
fatal, which is used for information messages that should
rarely be filtered. |
SocketAppender.java | Class | A log4j appender that sends "EVENT.*" logs (representing Cougaar
EventService operations) to a remote socket, typically where
ACME is listening.
To use, modify your "$CIP/configs/common/loggingConfig.conf" to
add:
log4j.rootCategory=WARN, .. |
StreamCapture.java | Class | This class is used by the
SocketAppender to redirect
stdout/stdout the logger stream. |
Util.java | Class | Package-private utility class for log4j utils. |