Class BaseLogSupport
java.lang.Object
oracle.stellent.ridc.common.log.impl.BaseLogSupport
- All Implemented Interfaces:
ILog
Base implementation for the ILog
-
Nested Class Summary
Nested classes/interfaces inherited from interface oracle.stellent.ridc.common.log.ILog
ILog.Level -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlog(LocaleMessage message, Throwable error, ILog.Level level) Log a message with a corresponding exception to this loggervoidlog(LocaleMessage message, ILog.Level level) Log a message to this logger objectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface oracle.stellent.ridc.common.log.ILog
isLogEnabled, log, log
-
Constructor Details
-
BaseLogSupport
public BaseLogSupport()
-
-
Method Details
-
log
Description copied from interface:ILogLog a message to this logger object -
log
Description copied from interface:ILogLog a message with a corresponding exception to this logger
-