Modifier and Type | Class and Description |
---|---|
public class | AnsiColorLogger
Uses ANSI Color Code Sequences to colorize messages sent to the console. |
public class | BigProjectLogger
This is a special logger that is designed to make it easier to work with big projects, those that use imports and subant to build complex systems. |
public class | MailLogger
Buffers log messages from DefaultLogger, and sends an e-mail with the results. |
public class | ProfileLogger
This is a special logger that is designed to profile builds. |
public class | SilentLogger
A logger which logs nothing but build failure and what task might output |
public class | SimpleBigProjectLogger
Displays subproject names like |
public class | TimestampedLogger
Like a normal logger, except with timed outputs |