Re: Logging on .Net

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Nick Malik (nickmalik_at_hotmail.nospam.com)
Date: 09/17/04


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
>
>



Relevant Pages

  • Re: trying to understand classes
    ... the logging in the framework seems like another class of worms that I don't have time to deal with if I opened them. ... I don't know what the framework logging does about this but I know using the basic structure of Stephany's code I can write the line myself while ensuring threads don't step on each other. ... Stephany's program doesn't seem to have a constructor. ... constructor is because the only initialization it does can be specified ...
    (microsoft.public.dotnet.languages.vb)
  • Requesting feedback on new module: Log::Any
    ... This is a proposal for a small package, Log::Any, that provides ... It seems as if every CPAN module has its own way of logging debug ... A logging framework can be a significant dependency for a module ... A COMMON LOG API ...
    (comp.lang.perl.modules)
  • Professional logging for Rexx ... (Re: writing to a log reliably
    ... There are quite a few frameworks for logging available in other programming languages, ... lot in creating and saving logging information from application. ... About two years ago I presented a logging framework for Rexx with an implementation for ooRexx 3.x. ... queue, and let all modules put every log message on that queue. ...
    (comp.lang.rexx)
  • Re: Logging components?
    ... The new logging framework in NexusDB V2 gets close. ... Here you would simply enable/disable the various loggers that you have wired ... The framework is threadsafe and supports data caching and some other nice ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: log4net questions
    ... I've seen many similar logging projects. ... EntLib because they seem to be the two frameworks with the largest ... >> My group is considering using the log4net framework for logging. ...
    (microsoft.public.dotnet.general)