K
K Viltersten
It seems that when i try to write a
percentage sign (%) into the event log
using WriteEntry method, the log believes
that i'm refering to some variable from
command line.
Is it a special character when logging?
I've tried to Google it a while but i saw
nobody giving a suggestion for a
resolution.
I've made a workaround by
WriteEntry(message.Replace("%","_"),...);
but it's not exactly a solution filling me
with pride.
percentage sign (%) into the event log
using WriteEntry method, the log believes
that i'm refering to some variable from
command line.
Is it a special character when logging?
I've tried to Google it a while but i saw
nobody giving a suggestion for a
resolution.
I've made a workaround by
WriteEntry(message.Replace("%","_"),...);
but it's not exactly a solution filling me
with pride.