org.infinispan.util.logging
Class AbstractLogImpl
java.lang.Object
org.infinispan.util.logging.AbstractLogImpl
- All Implemented Interfaces:
- Log
- Direct Known Subclasses:
- JDKLogImpl, Log4JLogImpl
public abstract class AbstractLogImpl
- extends Object
- implements Log
Abstract log implementation that handles message interpolation
- Author:
- Manik Surtani
Method Summary |
void |
debug(Object message,
Object... params)
|
void |
debug(Object message,
Throwable t,
Object... params)
|
void |
error(Object message,
Object... params)
|
void |
error(Object message,
Throwable t,
Object... params)
|
void |
fatal(Object message,
Object... params)
|
void |
fatal(Object message,
Throwable t,
Object... params)
|
void |
info(Object message,
Object... params)
|
void |
info(Object message,
Throwable t,
Object... params)
|
void |
trace(Object message,
Object... params)
|
void |
trace(Object message,
Throwable t,
Object... params)
|
void |
warn(Object message,
Object... params)
|
void |
warn(Object message,
Throwable t,
Object... params)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.infinispan.util.logging.Log |
debug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, trace, trace, warn, warn |
AbstractLogImpl
public AbstractLogImpl()
trace
public void trace(Object message,
Object... params)
- Specified by:
trace
in interface Log
debug
public void debug(Object message,
Object... params)
- Specified by:
debug
in interface Log
info
public void info(Object message,
Object... params)
- Specified by:
info
in interface Log
warn
public void warn(Object message,
Object... params)
- Specified by:
warn
in interface Log
error
public void error(Object message,
Object... params)
- Specified by:
error
in interface Log
fatal
public void fatal(Object message,
Object... params)
- Specified by:
fatal
in interface Log
trace
public void trace(Object message,
Throwable t,
Object... params)
- Specified by:
trace
in interface Log
debug
public void debug(Object message,
Throwable t,
Object... params)
- Specified by:
debug
in interface Log
info
public void info(Object message,
Throwable t,
Object... params)
- Specified by:
info
in interface Log
warn
public void warn(Object message,
Throwable t,
Object... params)
- Specified by:
warn
in interface Log
error
public void error(Object message,
Throwable t,
Object... params)
- Specified by:
error
in interface Log
fatal
public void fatal(Object message,
Throwable t,
Object... params)
- Specified by:
fatal
in interface Log
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.