search for: category_warn

Displaying 2 results from an estimated 2 matches for "category_warn".

2006 May 21
6
Possible problems with EventLog#write
...ion; see Help and Support for details. The following information is part of the event: test. Anyway, here''s the .mc file (which I took from the tutorial.txt file) and the test file: ; foo.mc MessageId=0x1 SymbolicName=CATEGORY_ERROR Language=English error . MessageId=0x2 SymbolicName=CATEGORY_WARNING Language=English warning . MessageId=0x3 Severity=Error SymbolicName=FOO_ERROR Language=English Error: %1 . # add.rb dll_file = Dir.pwd + ''/foo.dll'' EventLog.add_event_source( "key_name" => "foo", "category_count" =...
2004 Oct 17
0
Plans for eventlog and service - feedback wanted
...RubyMsg log. Presumably, we could just check for the keys existence. 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=...