mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-07 20:25:08 +02:00
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…
x
Reference in New Issue
Block a user