C
#
Logger
Overview:
The C# Logger is designed after the log4j project
by apache. It is a logging tool that can be used to write events such as debug
,
info
, warn
and error
messages to the Windows event log.
Direction
January 24, 2003 - Currently the logger will log to the Windows 2000 event log,
however future efforts will see multiple targets for the logger. The eventual goal is to have
the logger running on ms .net in a Windows environment
as well as mono on a Linux environment.