OnLogEvent and log types
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2009
06:16 AM
12-09-2009
06:16 AM
OnLogEvent and log types
Is it possible to know the log type from inside OnLogEvent handler?
I could use the OnLogError, OnLogWarning etc., but it seems counterproductive - in particular much harder to maintain.
I could use the OnLogError, OnLogWarning etc., but it seems counterproductive - in particular much harder to maintain.
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2009
04:37 PM
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2009
10:24 PM
12-09-2009
10:24 PM
Hi Jean,
The OnLogEvent event occurs when you post a message of the 'event' type to the log. For other message types, you need to use appropriate events (OnLogMessage for messages, OnLogError for errors, etc.).
The OnLogEvent event occurs when you post a message of the 'event' type to the log. For other message types, you need to use appropriate events (OnLogMessage for messages, OnLogError for errors, etc.).
------
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2009
07:05 PM
12-12-2009
07:05 PM
Right, I was misled by the name while looking for a generic OnLog event handler.
Thanks!
Thanks!
