Made CDB use colored output and add LogWarning.

This commit is contained in:
Friedemann Kleint
2009-06-19 12:47:23 +02:00
parent cf2125e045
commit a360c65e4d
10 changed files with 44 additions and 58 deletions

View File

@@ -131,6 +131,7 @@ enum LogChannel
{
LogInput, // Used for user input
LogOutput,
LogWarning,
LogError,
LogStatus, // Used for status changed messages
LogDebug,