Re: Logging on .Net
From: Nick Malik (nickmalik_at_hotmail.nospam.com)
Date: 09/17/04
- Next message: Drebin: "Re: How to retrieve user's domain correctly?"
- Previous message: Ashish Sheth: "How instance of the same class share the code"
- In reply to: Plutian: "Logging on .Net"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 17 Sep 2004 14:13:32 GMT
Two excellent tools from Microsoft:
Microsoft.ApplicationBlocks.Logging is a logging framework that relies on
the Enterprise Instrumentation Framework (EIF).
You can download it at:
http://www.microsoft.com/downloads/details.aspx?FamilyId=24F61845-E56C-42D6-BBD5-29F0D5CD7F65&displaylang=en
Also, if all you are interested in is a subset of logging commonly called
Exception Handling, there is an application block that is easier to set up
and use that is not tailored to all of the logging tasks, but is good for
recording errors:
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=8CA8EB6E-6F4A-43DF-ADEB-8F22CA173E02
Source code included... both frameworks are extendable. Well debugged and
completely stable.
-- Nick
"Plutian" <plutian@sinaman.com> wrote in message
news:e$D06r5mEHA.1800@TK2MSFTNGP15.phx.gbl...
> Hi everyone,
>
> I would like to know there is any tools for logging on .Net and how is the
> performance and stability of these tools?
>
> Thx
>
>
- Next message: Drebin: "Re: How to retrieve user's domain correctly?"
- Previous message: Ashish Sheth: "How instance of the same class share the code"
- In reply to: Plutian: "Logging on .Net"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|