org.apache.maven.monitor.logging
Class DefaultLog
java.lang.Object
   org.apache.maven.monitor.logging.DefaultLog
org.apache.maven.monitor.logging.DefaultLog
- All Implemented Interfaces: 
- org.apache.maven.plugin.logging.Log
- public class DefaultLog 
- extends java.lang.Object- implements org.apache.maven.plugin.logging.Log
- Author:
- jdcasey
| Constructor Summary | 
| DefaultLog(org.codehaus.plexus.logging.Logger logger)
 | 
 
| Method Summary | 
|  void | debug(java.lang.CharSequence content)
 | 
|  void | debug(java.lang.CharSequence content,
      java.lang.Throwable error)
 | 
|  void | debug(java.lang.Throwable error)
 | 
|  void | error(java.lang.CharSequence content)
 | 
|  void | error(java.lang.CharSequence content,
      java.lang.Throwable error)
 | 
|  void | error(java.lang.Throwable error)
 | 
|  void | info(java.lang.CharSequence content)
 | 
|  void | info(java.lang.CharSequence content,
     java.lang.Throwable error)
 | 
|  void | info(java.lang.Throwable error)
 | 
|  boolean | isDebugEnabled()
 | 
|  boolean | isErrorEnabled()
 | 
|  boolean | isInfoEnabled()
 | 
|  boolean | isWarnEnabled()
 | 
|  void | warn(java.lang.CharSequence content)
 | 
|  void | warn(java.lang.CharSequence content,
     java.lang.Throwable error)
 | 
|  void | warn(java.lang.Throwable error)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DefaultLog
public DefaultLog(org.codehaus.plexus.logging.Logger logger)
debug
public void debug(java.lang.CharSequence content)
- 
- Specified by:
- debugin interface- org.apache.maven.plugin.logging.Log
 
- 
 
debug
public void debug(java.lang.CharSequence content,
                  java.lang.Throwable error)
- 
- Specified by:
- debugin interface- org.apache.maven.plugin.logging.Log
 
- 
 
debug
public void debug(java.lang.Throwable error)
- 
- Specified by:
- debugin interface- org.apache.maven.plugin.logging.Log
 
- 
 
info
public void info(java.lang.CharSequence content)
- 
- Specified by:
- infoin interface- org.apache.maven.plugin.logging.Log
 
- 
 
info
public void info(java.lang.CharSequence content,
                 java.lang.Throwable error)
- 
- Specified by:
- infoin interface- org.apache.maven.plugin.logging.Log
 
- 
 
info
public void info(java.lang.Throwable error)
- 
- Specified by:
- infoin interface- org.apache.maven.plugin.logging.Log
 
- 
 
warn
public void warn(java.lang.CharSequence content)
- 
- Specified by:
- warnin interface- org.apache.maven.plugin.logging.Log
 
- 
 
warn
public void warn(java.lang.CharSequence content,
                 java.lang.Throwable error)
- 
- Specified by:
- warnin interface- org.apache.maven.plugin.logging.Log
 
- 
 
warn
public void warn(java.lang.Throwable error)
- 
- Specified by:
- warnin interface- org.apache.maven.plugin.logging.Log
 
- 
 
error
public void error(java.lang.CharSequence content)
- 
- Specified by:
- errorin interface- org.apache.maven.plugin.logging.Log
 
- 
 
error
public void error(java.lang.CharSequence content,
                  java.lang.Throwable error)
- 
- Specified by:
- errorin interface- org.apache.maven.plugin.logging.Log
 
- 
 
error
public void error(java.lang.Throwable error)
- 
- Specified by:
- errorin interface- org.apache.maven.plugin.logging.Log
 
- 
 
isDebugEnabled
public boolean isDebugEnabled()
- 
- Specified by:
- isDebugEnabledin interface- org.apache.maven.plugin.logging.Log
 
- 
 
isInfoEnabled
public boolean isInfoEnabled()
- 
- Specified by:
- isInfoEnabledin interface- org.apache.maven.plugin.logging.Log
 
- 
 
isWarnEnabled
public boolean isWarnEnabled()
- 
- Specified by:
- isWarnEnabledin interface- org.apache.maven.plugin.logging.Log
 
- 
 
isErrorEnabled
public boolean isErrorEnabled()
- 
- Specified by:
- isErrorEnabledin interface- org.apache.maven.plugin.logging.Log
 
- 
 
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.