debugger: some color for time stamps in log output

This commit is contained in:
hjk
2009-07-06 09:54:24 +02:00
parent d430a4123b
commit c58ba01148
3 changed files with 8 additions and 1 deletions

View File

@@ -135,6 +135,7 @@ enum LogChannel
LogWarning,
LogError,
LogStatus, // Used for status changed messages
LogTime, // Used for time stamp messages
LogDebug,
LogMisc
};