org.apache.maven.shared.invoker
Class SystemOutLogger
java.lang.Object
org.apache.maven.shared.invoker.SystemOutLogger
- All Implemented Interfaces:
- InvokerLogger
public class SystemOutLogger
- extends java.lang.Object
- implements InvokerLogger
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemOutLogger
public SystemOutLogger()
debug
public void debug(java.lang.String message)
- Specified by:
debug
in interface InvokerLogger
debug
public void debug(java.lang.String message,
java.lang.Throwable throwable)
- Specified by:
debug
in interface InvokerLogger
error
public void error(java.lang.String message)
- Specified by:
error
in interface InvokerLogger
error
public void error(java.lang.String message,
java.lang.Throwable throwable)
- Specified by:
error
in interface InvokerLogger
fatalError
public void fatalError(java.lang.String message)
- Specified by:
fatalError
in interface InvokerLogger
fatalError
public void fatalError(java.lang.String message,
java.lang.Throwable throwable)
- Specified by:
fatalError
in interface InvokerLogger
getThreshold
public int getThreshold()
- Specified by:
getThreshold
in interface InvokerLogger
info
public void info(java.lang.String message)
- Specified by:
info
in interface InvokerLogger
info
public void info(java.lang.String message,
java.lang.Throwable throwable)
- Specified by:
info
in interface InvokerLogger
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled
in interface InvokerLogger
isErrorEnabled
public boolean isErrorEnabled()
- Specified by:
isErrorEnabled
in interface InvokerLogger
isFatalErrorEnabled
public boolean isFatalErrorEnabled()
- Specified by:
isFatalErrorEnabled
in interface InvokerLogger
isInfoEnabled
public boolean isInfoEnabled()
- Specified by:
isInfoEnabled
in interface InvokerLogger
isWarnEnabled
public boolean isWarnEnabled()
- Specified by:
isWarnEnabled
in interface InvokerLogger
warn
public void warn(java.lang.String message)
- Specified by:
warn
in interface InvokerLogger
warn
public void warn(java.lang.String message,
java.lang.Throwable throwable)
- Specified by:
warn
in interface InvokerLogger
setThreshold
public void setThreshold(int threshold)
- Specified by:
setThreshold
in interface InvokerLogger
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.