com.googlecode.aaw.mojo
Class Logger

java.lang.Object
  extended by org.slf4j.helpers.MarkerIgnoringBase
      extended by com.googlecode.aaw.arche.AbstractLogger
          extended by com.googlecode.aaw.mojo.Logger
All Implemented Interfaces:
Serializable, org.slf4j.Logger

public final class Logger
extends com.googlecode.aaw.arche.AbstractLogger
implements org.slf4j.Logger

See Also:
Serialized Form

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

name

protected String name
Constructor Detail

Logger

public Logger()
Method Detail

setLog

public static void setLog(org.apache.maven.plugin.logging.Log newLog)

log_trace

protected void log_trace(String msg,
                         Throwable t)
Specified by:
log_trace in class com.googlecode.aaw.arche.AbstractLogger

log_debug

protected void log_debug(String msg,
                         Throwable t)
Specified by:
log_debug in class com.googlecode.aaw.arche.AbstractLogger

log_info

protected void log_info(String msg,
                        Throwable t)
Specified by:
log_info in class com.googlecode.aaw.arche.AbstractLogger

log_warn

protected void log_warn(String msg,
                        Throwable t)
Specified by:
log_warn in class com.googlecode.aaw.arche.AbstractLogger

log_error

protected void log_error(String msg,
                         Throwable t)
Specified by:
log_error in class com.googlecode.aaw.arche.AbstractLogger

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException


Copyright © 2013 agents@work. All Rights Reserved.