Package org.apache.commons.logging.impl
Class LogKitLogger
java.lang.Object
org.apache.commons.logging.impl.LogKitLogger
- All Implemented Interfaces:
- Serializable,- Log
Deprecated.
Scheduled for removal because the Apache Avalon Project has been discontinued.
Implements 
org.apache.commons.logging.Log
 to wrap the Apache Avalon Logkit
 logging system. Configuration of LogKit is left to the user.
 
 LogKit accepts only String messages.
 Therefore, this implementation converts object messages into strings
 by called their toString() method before logging them.
 
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionLogKitLogger(String name) Deprecated.ConstructsLogKitLoggerwhich wraps theLogKitlogger with given name.
- 
Method SummaryModifier and TypeMethodDescriptionvoidDeprecated.Logs a message withorg.apache.log.Priority.DEBUG.voidDeprecated.Logs a message withorg.apache.log.Priority.DEBUG.voidDeprecated.Logs a message withorg.apache.log.Priority.ERROR.voidDeprecated.Logs a message withorg.apache.log.Priority.ERROR.voidDeprecated.Logs a message withorg.apache.log.Priority.FATAL_ERROR.voidDeprecated.Logs a message withorg.apache.log.Priority.FATAL_ERROR.org.apache.log.LoggerDeprecated.Gets the underlying Logger we are using.voidDeprecated.Logs a message withorg.apache.log.Priority.INFO.voidDeprecated.Logs a message withorg.apache.log.Priority.INFO.booleanDeprecated.Checks whether theLogKitlogger will log messages of priorityDEBUG.booleanDeprecated.Checks whether theLogKitlogger will log messages of priorityERROR.booleanDeprecated.Checks whether theLogKitlogger will log messages of priorityFATAL_ERROR.booleanDeprecated.Checks whether theLogKitlogger will log messages of priorityINFO.booleanDeprecated.Checks whether theLogKitlogger will log messages of priorityDEBUG.booleanDeprecated.Checks whether theLogKitlogger will log messages of priorityWARN.voidDeprecated.Logs a message withorg.apache.log.Priority.DEBUG.voidDeprecated.Logs a message withorg.apache.log.Priority.DEBUG.voidDeprecated.Logs a message withorg.apache.log.Priority.WARN.voidDeprecated.Logs a message withorg.apache.log.Priority.WARN.
- 
Field Details- 
loggerDeprecated.Logging goes to thisLogKitlogger
- 
nameDeprecated.Name of this logger
 
- 
- 
Constructor Details- 
LogKitLoggerDeprecated.ConstructsLogKitLoggerwhich wraps theLogKitlogger with given name.- Parameters:
- name- log name
 
 
- 
- 
Method Details- 
debugDeprecated.Logs a message withorg.apache.log.Priority.DEBUG.
- 
debugDeprecated.Logs a message withorg.apache.log.Priority.DEBUG.
- 
errorDeprecated.Logs a message withorg.apache.log.Priority.ERROR.
- 
errorDeprecated.Logs a message withorg.apache.log.Priority.ERROR.
- 
fatalDeprecated.Logs a message withorg.apache.log.Priority.FATAL_ERROR.
- 
fatalDeprecated.Logs a message withorg.apache.log.Priority.FATAL_ERROR.
- 
getLoggerDeprecated.Gets the underlying Logger we are using.- Returns:
- the underlying Logger we are using.
 
- 
infoDeprecated.Logs a message withorg.apache.log.Priority.INFO.
- 
infoDeprecated.Logs a message withorg.apache.log.Priority.INFO.
- 
isDebugEnabledDeprecated.Checks whether theLogKitlogger will log messages of priorityDEBUG.- Specified by:
- isDebugEnabledin interface- Log
- Returns:
- true if debug is enabled in the underlying logger.
 
- 
isErrorEnabledDeprecated.Checks whether theLogKitlogger will log messages of priorityERROR.- Specified by:
- isErrorEnabledin interface- Log
- Returns:
- true if error is enabled in the underlying logger.
 
- 
isFatalEnabledDeprecated.Checks whether theLogKitlogger will log messages of priorityFATAL_ERROR.- Specified by:
- isFatalEnabledin interface- Log
- Returns:
- true if fatal is enabled in the underlying logger.
 
- 
isInfoEnabledDeprecated.Checks whether theLogKitlogger will log messages of priorityINFO.- Specified by:
- isInfoEnabledin interface- Log
- Returns:
- true if info is enabled in the underlying logger.
 
- 
isTraceEnabledDeprecated.Checks whether theLogKitlogger will log messages of priorityDEBUG.- Specified by:
- isTraceEnabledin interface- Log
- Returns:
- true if trace is enabled in the underlying logger.
 
- 
isWarnEnabledDeprecated.Checks whether theLogKitlogger will log messages of priorityWARN.- Specified by:
- isWarnEnabledin interface- Log
- Returns:
- true if warn is enabled in the underlying logger.
 
- 
traceDeprecated.Logs a message withorg.apache.log.Priority.DEBUG.
- 
traceDeprecated.Logs a message withorg.apache.log.Priority.DEBUG.
- 
warnDeprecated.Logs a message withorg.apache.log.Priority.WARN.
- 
warnDeprecated.Logs a message withorg.apache.log.Priority.WARN.
 
-