See: Description
| Interface | Description | 
|---|---|
| LoggerLevelRenderer | Logger level renderer, intended for Maven slf4j logging provider implementers to render
 logger level. | 
| MessageBuilder | Message builder that supports configurable styling. | 
| Class | Description | 
|---|---|
| MessageUtils | Colored message utils, to manage colors consistently across plugins (only if Maven version is at least 3.5.0). | 
 Messages are built with instances of MessageBuilder
 which provides a fluent API, while error level are colored by slf4j provider with
 LoggerLevelRenderer.
 
 MessageUtils gives access to these builders.
 
Plugins can use this API with any Maven version: color just won't be activated when run with Maven version older than 3.5.0.
Styles are:
debug, info, warning and error for
 logger level rendering,success, warning, failure, strong, mojo
 and project for message contentMAVEN_OPTS
 environment variable (eventually in .mavenrc script):style.<style name>,bold, <color> and
 bg<color> (for background), where <color> is
 an ANSI color: black,
 red, green, yellow, blue, magenta,
 cyan or white, eventually with bright prefixCopyright © 2002–2017 The Apache Software Foundation. All rights reserved.