ROSE 0.11.145.147
|
Colors to use for each message importance.
Thread safety: This object uses no global state but is otherwise not thread safe.
#include <Sawyer/Message.h>
Public Member Functions | |
const ColorSpec & | operator[] (Importance imp) const |
Colors for a message. | |
ColorSpec & | operator[] (Importance imp) |
Colors for a message. | |
Static Public Member Functions | |
static ColorSet | blackAndWhite () |
Returns a color set that uses only default colors. | |
static ColorSet | fullColor () |
Returns a color set that uses various foreground colors for the different message importance levels. | |
|
static |
Returns a color set that uses only default colors.
Warning, error, and fatal messages will use the bold attribute, but no colors are employed.
|
inline |
|
inline |