public abstract class AbstractLogger extends Object implements Logger
Abstract base class for Logger implementations.
| Constructor and Description |
|---|
AbstractLogger() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
message(String message,
Object[] params)
Return a formatted message based on the specified parameters.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdebug, error, fatal, info, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, trace, warnprotected String message(String message, Object[] params)
Return a formatted message based on the specified parameters.
message - Message string (treated as a message format if the
params parameter has one or more elements)params - Substitution parameters for a message format string,
or null if there are no such parametersCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.