c# - Creating a centralized exception logging system -


im planning create centralized log system application. application contains several separate applications work on different client machines. planning start using exception handling block enterprise library. looks create , need creating event logs exceptions. question create these logs 1 place. when client computers in same domain create logs domain controller event logs. have seen articles or have other ideas creating centralized log system?

edit: im talking c# , windows os-s.

if narrow os'es win7 , win 2008 r2 ... ;-)

there built-in functionality of forwarding , collecting events (win7, win2008 r2 , probably: win 2008 r1, vista): http://www.sysadminlab.net/windows/forward-event-log-from-several-server-to-a-central-windows-2008-server

there differences win 2008 r1 here (in community comment): http://technet.microsoft.com/en-us/library/cc748890.aspx

btw. didn't try in in practice in general see huge improvements in windows 2008 r2 logging, diagnostics , like. microsoft in these areas lately.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -