Package | Description |
---|---|
org.codehaus.cargo.util.internal.log | |
org.codehaus.cargo.util.log |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLogger
Base clas for all Loggers.
|
Modifier and Type | Class and Description |
---|---|
class |
AntLogger
Logger implementation that logs to Ant.
|
class |
FileLogger
File implementation which sends logged messages to a file.
|
class |
NullLogger
Null implementation which does nothing with log messages.
|
class |
SimpleLogger
Simple implementation which sends log messages to the console (stdout).
|
Modifier and Type | Method and Description |
---|---|
Logger |
Loggable.getLogger() |
Logger |
LoggedObject.getLogger() |
Modifier and Type | Method and Description |
---|---|
void |
Loggable.setLogger(Logger logger) |
void |
LoggedObject.setLogger(Logger logger) |
Copyright © 2004-2013 Codehaus. All Rights Reserved.