|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.slf4j.helpers.MarkerIgnoringBase
com.googlecode.aaw.arche.AbstractLogger
com.googlecode.aaw.mojo.Logger
public final class Logger
| Field Summary | |
|---|---|
protected String |
name
|
| Fields inherited from class com.googlecode.aaw.arche.AbstractLogger |
|---|
currentLogLevel |
| Fields inherited from interface org.slf4j.Logger |
|---|
ROOT_LOGGER_NAME |
| Constructor Summary | |
|---|---|
Logger()
|
|
| Method Summary | |
|---|---|
protected void |
log_debug(String msg,
Throwable t)
|
protected void |
log_error(String msg,
Throwable t)
|
protected void |
log_info(String msg,
Throwable t)
|
protected void |
log_trace(String msg,
Throwable t)
|
protected void |
log_warn(String msg,
Throwable t)
|
protected Object |
readResolve()
|
static void |
setLog(org.apache.maven.plugin.logging.Log newLog)
|
| Methods inherited from class com.googlecode.aaw.arche.AbstractLogger |
|---|
debug, debug, debug, debug, debug, error, error, error, error, error, getDebugCount, getErrorCount, getInfoCount, getTraceCount, getWarnCount, info, info, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, trace, trace, trace, trace, trace, warn, warn, warn, warn, warn |
| Methods inherited from class org.slf4j.helpers.MarkerIgnoringBase |
|---|
debug, debug, debug, debug, debug, error, error, error, error, error, info, info, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, toString, trace, trace, trace, trace, trace, warn, warn, warn, warn, warn |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.slf4j.Logger |
|---|
debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, error, error, error, error, error, error, error, error, error, error, getName, info, info, info, info, info, info, info, info, info, info, isDebugEnabled, isDebugEnabled, isErrorEnabled, isErrorEnabled, isInfoEnabled, isInfoEnabled, isTraceEnabled, isTraceEnabled, isWarnEnabled, isWarnEnabled, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn |
| Field Detail |
|---|
protected String name
| Constructor Detail |
|---|
public Logger()
| Method Detail |
|---|
public static void setLog(org.apache.maven.plugin.logging.Log newLog)
protected void log_trace(String msg,
Throwable t)
log_trace in class com.googlecode.aaw.arche.AbstractLogger
protected void log_debug(String msg,
Throwable t)
log_debug in class com.googlecode.aaw.arche.AbstractLogger
protected void log_info(String msg,
Throwable t)
log_info in class com.googlecode.aaw.arche.AbstractLogger
protected void log_warn(String msg,
Throwable t)
log_warn in class com.googlecode.aaw.arche.AbstractLogger
protected void log_error(String msg,
Throwable t)
log_error in class com.googlecode.aaw.arche.AbstractLogger
protected Object readResolve()
throws ObjectStreamException
ObjectStreamException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||