| java.lang.Object com.tc.logging.TCLoggerImpl
TCLoggerImpl | class TCLoggerImpl implements TCLogger(Code) | | An implementation of TCLogger that just delegates to a log4j Logger instance NOTE: This implementation differs from
log4j in at least one detail....When calling the various log methods (info, warn, etc..) that take a single
Object parameter (eg. debug(Object message) ), if an instance of Throwable
is passed as the message paramater, the call will be translated to the xxx(Object Message, Throwable t)
signature
author: teck |
getLogger | Logger getLogger()(Code) | | |
isDebugEnabled | public boolean isDebugEnabled()(Code) | | |
isInfoEnabled | public boolean isInfoEnabled()(Code) | | |
|
|