org.cougaar.core.service
Interface LoggingService

All Superinterfaces:
org.cougaar.util.log.Logger, org.cougaar.core.component.Service
All Known Implementing Classes:
LoggingServiceWithPrefix, NullLoggingServiceImpl

public interface LoggingService
extends org.cougaar.core.component.Service, org.cougaar.util.log.Logger

This Service provides a generic logging API.

See Also:
Logger

Field Summary
static LoggingService NULL
           
 
Fields inherited from interface org.cougaar.util.log.Logger
DEBUG, DETAIL, ERROR, FATAL, INFO, SHOUT, WARN
 
Method Summary
 
Methods inherited from interface org.cougaar.util.log.Logger
debug, debug, detail, detail, error, error, fatal, fatal, info, info, isDebugEnabled, isDetailEnabled, isEnabledFor, isErrorEnabled, isFatalEnabled, isInfoEnabled, isShoutEnabled, isWarnEnabled, log, log, printDot, shout, shout, warn, warn
 

Field Detail

NULL

static final LoggingService NULL