Eventviewer error logging

Hi!


Does anyone have any ideas how i could get around this annoying message that is shown before the actual message on eventviewer when logging to error log using

system.Log(System.LogLevelError,myError)

Customers have habit to send the error as screencap and they forget to send the critical piece that is followed by this nonsense that is printed first before the message…

And as followup, can we change the EventID 1000 to other of the System.Log somehow?

We thought about adding our own class to make events there and allow to customize this ID.
Let me know if this is interesting for you.

1 Like