org.apache.maven.shared.invoker
Class SystemOutLogger

java.lang.Object
  extended by org.apache.maven.shared.invoker.PrintStreamLogger
      extended by org.apache.maven.shared.invoker.SystemOutLogger
All Implemented Interfaces:
InvokerLogger

public class SystemOutLogger
extends PrintStreamLogger

Offers a logger that writes to System.out.

Version:
$Id: SystemOutLogger.java 661996 2008-05-31 10:50:38Z bentmann $

Field Summary
 
Fields inherited from interface org.apache.maven.shared.invoker.InvokerLogger
DEBUG, ERROR, FATAL, INFO, WARN
 
Constructor Summary
SystemOutLogger()
          Creates a new logger with a threshold of InvokerLogger.INFO.
 
Method Summary
 
Methods inherited from class org.apache.maven.shared.invoker.PrintStreamLogger
debug, debug, error, error, fatalError, fatalError, getThreshold, info, info, isDebugEnabled, isErrorEnabled, isFatalErrorEnabled, isInfoEnabled, isWarnEnabled, setThreshold, warn, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemOutLogger

public SystemOutLogger()
Creates a new logger with a threshold of InvokerLogger.INFO.



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.