Displaying 1 result from an estimated 1 matches for "ruby_output".
2004 Oct 17
0
Plans for eventlog and service - feedback wanted
...licName=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 STDERR, but I thought folks
might want to categorize warnings separately. Also, we could add the
following constants to EventLog:
CATEGORY_ERROR
CATEGORY_WARNING
CATEGORY_OUTPUT
RUBY_ERROR
RUBY_WARNING
RUBY_OUTPUT...