org.apache.maven.embedder

Class MavenEmbedderConsoleLogger

public final class MavenEmbedderConsoleLogger extends AbstractMavenEmbedderLogger

Logger sending everything to the standard output streams. This is mainly for the cases when you have a utility that does not have a logger to supply.

Version: $Id: MavenEmbedderConsoleLogger.java 292888 2005-10-01 01:17:36Z jvanzyl $

Author: Avalon Development Team

Method Summary
voiddebug(String message, Throwable throwable)
voiderror(String message, Throwable throwable)
voidfatalError(String message, Throwable throwable)
voidinfo(String message, Throwable throwable)
voidwarn(String message, Throwable throwable)

Method Detail

debug

public void debug(String message, Throwable throwable)

error

public void error(String message, Throwable throwable)

fatalError

public void fatalError(String message, Throwable throwable)

info

public void info(String message, Throwable throwable)

warn

public void warn(String message, Throwable throwable)
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.