Struct ColorStderrSink

Struct Documentation

struct ColorStderrSink

Public Types

enum FG_Color

Values:

YELLOW = 33
RED = 31
GREEN =32
WHITE = 97

Public Functions

ColorStderrSink(const LEVELS threshold = INFO)
~ColorStderrSink()
void setThreshold(const LEVELS t)
FG_Color GetColor(const LEVELS level) const
void ReceiveLogMessage(g3::LogMessageMover logEntry)