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