|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shale.remoting.logger.AbstractLogger
public abstract class AbstractLogger
Abstract base class for Logger implementations.
| Constructor Summary | |
|---|---|
AbstractLogger()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
message(java.lang.String message,
java.lang.Object[] params)
Return a formatted message based on the specified parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.shale.remoting.logger.Logger |
|---|
debug, error, fatal, info, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, trace, warn |
| Constructor Detail |
|---|
public AbstractLogger()
| Method Detail |
|---|
protected java.lang.String message(java.lang.String message,
java.lang.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 parameters
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||