public abstract class BaseLogger extends Object implements Logger
Logger.LoggerFactory
Constructor and Description |
---|
BaseLogger() |
Modifier and Type | Method and Description |
---|---|
void |
debug(String message,
Object... args) |
void |
error(String message,
Object... args) |
void |
error(Throwable e,
String message,
Object... args) |
void |
info(String message,
Object... args) |
protected abstract void |
logDebug(String message) |
protected abstract void |
logError(String message) |
protected abstract void |
logError(String message,
Throwable e) |
protected abstract void |
logInfo(String message) |
protected abstract void |
logTrace(String message) |
protected abstract void |
logWarn(String message) |
protected abstract void |
logWarn(String message,
Throwable e) |
void |
trace(String message,
Object... args) |
void |
warn(String message,
Object... args) |
void |
warn(Throwable e,
String message,
Object... args) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCategory, isDebugEnabled, isErrorEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled
protected abstract void logError(String message)
protected abstract void logWarn(String message)
protected abstract void logInfo(String message)
protected abstract void logDebug(String message)
protected abstract void logTrace(String message)
Copyright © 2009-2012 jclouds. All Rights Reserved.