introduce separate output format for windows debug channel

This commit is contained in:
Oswald Buddenhagen
2011-05-11 12:08:23 +02:00
parent 8a4a7b7118
commit 9a2814d646
5 changed files with 9 additions and 5 deletions

View File

@@ -167,9 +167,9 @@ enum LogChannel
LogTime, // Used for time stamp messages
LogDebug,
LogMisc,
AppOutput,
AppError,
AppStuff,
AppOutput, // stdout
AppError, // stderr
AppStuff, // (possibly) windows debug channel
StatusBar, // LogStatus and also put to the status bar
ScriptConsoleOutput
};