S
Sharon
Hello all,
I'm building an application assembled of win-service, dlls , and some forms.
Because I find it hard to debug the OnStart function & the service itself ,
I want to write a log file so I can fill it with debugging / Error messages.
I was thinking about making this single logger C# class-lib project that
will concentrate the entire logging issue,
So my question is: should I invent the Wheel or C# is hiding some class
/pattern that can answer my needs ?
Thank you
Sharon.G
I'm building an application assembled of win-service, dlls , and some forms.
Because I find it hard to debug the OnStart function & the service itself ,
I want to write a log file so I can fill it with debugging / Error messages.
I was thinking about making this single logger C# class-lib project that
will concentrate the entire logging issue,
So my question is: should I invent the Wheel or C# is hiding some class
/pattern that can answer my needs ?
Thank you
Sharon.G