Package org.codehaus.cargo.util.log

Interface Summary
Loggable All classes that want to perform logging must implement this interface.
Logger Simple interface for logging and tracing.
 

Class Summary
AntLogger Logger implementation that logs to Ant.
FileLogger File implementation which sends logged messages to a file.
LoggedObject Helper class for implementing Loggable methods.
LogLevel Definition of logging levels for Cargo's logs.
NullLogger Null implementation which does nothing with log messages.
SimpleLogger Simple implementation which sends log messages to the console (stdout).
 



Copyright © 2004-2011 Codehaus. All Rights Reserved.