log4Net

  • Thread starter Thread starter john Devlon
  • Start date Start date
J

john Devlon

Hi,

Does anyone have some experience on log4Net, using vb.net code in visual
studio 2005?

I've installed the download and added a reference in my solution.
I also added "imports log4net".

But how do I start the logging? Does it log everything? Where is the
log-file stored ?

Thanx

John
 
But how do I start the logging? Does it log everything? Where is the
log-file stored ?

I'm not sure the exact term Log4Net uses, but you define which format you
want Log4Net to use. For example, you can setup Log4Net to log to the event
log, or a database, or a text file. This is done either programmatically or
via the .config file.

Log4Net has variable logging levels depending on your configuration
settings.
 
Back
Top