Package org.codehaus.cargo.util.log
-
Interface Summary Interface Description Loggable All classes that want to perform logging must implement this interface.Logger Simple interface for logging and tracing. -
Class Summary Class Description FileLogger File implementation which sends logged messages to a file.LoggedObject Helper class for implementingLoggable
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).