By wsoprano
via css.dzone.com
Published: Dec 03 2012 / 09:55
Log4net is the package containing a dll. this dll contains a class logger, which is used to log the messages. It will help the programmer to output log statements to a variety of output targets. In case of problems with an application, it is helpful to enable logging so that the problem can be located. With log4net it is possible to enable logging at runtime without modifying the application binary. The log4net package is designed so that log statements can remain in shipped code without incurring a high performance cost. It follows that the speed of logging (or rather not logging) is crucial.
Tweet
SaveShareSend
Tags: standards, web 2.0, web design, web services
Comments
Topnotch replied ago:
Good writeup wish the documentation on http://logging.apache.org/log4net/ was as clear. Just a simple little document that talks about how to get started like this would help get more users using log4net instead of rolling their own solutions.
Voters For This Link (4)
Voters Against This Link (0)