Forum Discussion
After doing "other things" for a while, I returned to this... SAME issue...
This Code...
Giving This result
Not a single Event notification... Even though it USED to
Hi Everseeker,
I don’t see anywhere in your code where you call Log.Warning. I see only Log.Message. Thus, it’s expected that only messages are posted to the Test Log. Can you clarify this a bit?
- Everseeker11 years agoContributor
Sorry for the confusion...
To clarify:
In my first post, I showed the script before I made the change... the only change was to change the log.message between the 2 comments, to log.warning
Then I ran the script... giving the result in the second image
My main concern is the list of events.
Look at that second image...
event
message
event
message
warning
message
message
message
no more events... EVER
Came back, a month later... STILL no event output (Even though you can clearly see I have it checked)
I have no idea why it changed. All i can note is WHEN it changed.
(How do I get it back to reporting events, as it should?)
- TanyaYatskovska11 years ago
Alumni
Check if the OnLogEvent event handler is declared in your project and you use some code there. Please read the Handling Events ( http://smartbear.com/viewarticle/75169/ ) article for details.