| Interface | Description | 
|---|---|
| ConsoleLogger | 
 Interface containing methods for logging to the Micronaut console. 
 | 
| Class | Description | 
|---|---|
| ConsoleAntBuilder | 
 Silences ant builder output. 
 | 
| ConsoleBuildListener | 
 Mainly silences a lot of redundant Ant output. 
 | 
| ConsoleErrorPrintStream | 
 Used to replace default System.err with one that routes calls through MicronautConsole. 
 | 
| ConsolePrintStream | 
 Used to replace default System.out with one that routes calls through MicronautConsole. 
 | 
| MicronautConsole | 
 Utility class for delivering console output in a nicely formatted way. 
 | 
Console logging within the CLI.