mirror of https://github.com/Icinga/icinga2.git
parent
b0d7d8dabc
commit
eb77b1534a
|
@ -103,6 +103,9 @@ void StreamLogger::ProcessLogEntry(std::ostream& stream, const LogEntry& entry)
|
|||
ConsoleColor color;
|
||||
|
||||
switch (entry.Severity) {
|
||||
case LogDebug:
|
||||
color = Console_ForegroundCyan;
|
||||
break;
|
||||
case LogNotice:
|
||||
color = Console_ForegroundBlue;
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue