Displaying 1 result from an estimated 1 matches for "category_output".
2004 Oct 17
0
Plans for eventlog and service - feedback wanted
...Otherwise, we could just instruct folks that they should
redirect stdout, etc, on their own.
Here is the .mc file I had in mind:
MessageId=0x1
SymbolicName=CATEGORY_ERROR
Language=English
Error
.
MessageId=0x2
SymbolicName=CATEGORY_WARNING
Language=English
Warning
.
MessageId=0x3
SymbolicName=CATEGORY_OUTPUT
Language=English
Output
.
MessageId=0x4
SymbolicName=RUBY_ERROR
Language=English
Ruby error: %1
.
MessageId=0x5
SymbolicName=RUBY_WARNING
Language=English
Ruby warning: %1
.
MessageId=0x5
SymbolicName=RUBY_OUTPUT
Language=English
Ruby output: %1
.
We could also reduce this to just STDOUT and ST...