Winners

Online Techies

Please login to be able to chat.

Usertrace

Please log in.
Welcome, Guest
Please Login or Register.    Lost Password?

List of .Net Logging Framework (Popular one)
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: List of .Net Logging Framework (Popular one)
#1897
List of .Net Logging Framework (Popular one) 6 Months ago Karma: -1
Here is the list of Popular .Net Logging Framework. If you guys knows some more, post here


NLog is a free logging platform for .NET with rich log routing and management capabilities. It makes it easy to produce and manage high-quality logs for your application regardless of its size or complexity.

Code:

http://nlog-project.org/home





log4net is a tool to help the programmer output log statements to a variety of output targets. log4net is a port of the excellent log4j framework to the .NET runtime. We have kept the framework similar in spirit to the original log4j while taking advantage of new features in the .NET runtime. For more information on log4net see the features document.

Code:

http://logging.apache.org/log4net/



The Microsoft Enterprise Library is a collection of reusable software components (application blocks) designed to assist software developers with common enterprise development cross-cutting concerns (such as logging, validation, data access, exception handling, and many others). Application blocks are a type of guidance; they are provided as source code, test cases, and documentation that can be used "as is," extended, or modified by developers to use on complex, enterprise-level line-of-business development projects.

Code:

http://msdn.microsoft.com/en-us/library/cc467894.aspx


ELMAH: Error Logging Modules and Handlers

HTTP modules and handlers can be used in ASP.NET to provide a high degree of componentization for code that is orthogonal to a web application, enabling entire sets of functionalities to be developed, packaged and deployed as a single unit and independent of an application. ELMAH (Error Logging Modules and Handlers) illustrates this approach by demonstration of an application-wide error logging that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment.

Code:

http://www.raboof.com/projects/Elmah/



This framework succeeds in every way that a good framework should.

It's powerful right out of the box.
It's easy to use. You won't bang your head against a wall trying to use it.
It's simple to extend.

Code:

http://dotnetlog.theobjectguy.com/Default.aspx



i am really impressed with the review of Termite and Elmah.. so, whats your thoughts?
kalikoi
Platinum Boarder
Posts: 395
graphgraph
Points: 126071
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#2202
Re:List of .Net Logging Framework (Popular one) 6 Months ago Karma: 0
Hi kalikoi,

Let me first thank you for posting these links.

I never used any tools, i used to write trace to get the data in a text file.

Can you please tell me how to use this for logging in our .net web application.

Looking forward for your response

Thanks and Regards,
Kumar
kumarsudu
Senior Boarder
Posts: 77
graphgraph
Points: 51832
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#2206
Re:List of .Net Logging Framework (Popular one) 6 Months ago Karma: -1
Hi Kumar

u can find the appropriate info by clicking the links underneath the description
kalikoi
Platinum Boarder
Posts: 395
graphgraph
Points: 126071
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#2439
Re:List of .Net Logging Framework (Popular one) 5 Months, 4 Weeks ago Karma: 1
I would also like to share a related blogpost regarding a performance comparison of Log4Net and Microsoft Enterprise Library Logging:

theiterator.com/2009/01/log4net-vs-enter...g-application-block/

Thanks and Regards,

Deepak Vasudevan
deepaknet
Expert Boarder
Posts: 134
graphgraph
Points: 23146
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1