org.umber.core.logging
Interface ILog

All Superinterfaces:
Log
All Known Implementing Classes:
BaseLog, CommonsLog, NullLog

public interface ILog
extends Log

Logging interface. Exact copy of Jakarta Commons Logging Log class, for easy substitution. This interface renames ILog to provide a source-identical name.

Author:
jsheets

Methods inherited from interface org.umber.core.logging.Log
debug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, trace, trace, warn, warn