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 |
void | debug(String message, Throwable throwable) |
void | error(String message, Throwable throwable) |
void | fatalError(String message, Throwable throwable) |
void | info(String message, Throwable throwable) |
void | warn(String message, Throwable throwable) |
public void debug(String message, Throwable throwable)
public void error(String message, Throwable throwable)
public void fatalError(String message, Throwable throwable)
public void info(String message, Throwable throwable)
public void warn(String message, Throwable throwable)
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.