Please update your Flash Player to view content.

Online Users

0 users and 358 guests online

Monthly Winners

  • images/stories/gifts/HariHara.jpg
  • images/stories/gifts/Hemalatha.jpg
  • images/stories/gifts/Mahesh.jpg
  • images/stories/gifts/MaheshGuptha.jpg
  • images/stories/gifts/Naresh.jpg
  • images/stories/gifts/Nithin.jpg
  • images/stories/gifts/Sudhir.jpg
  • images/stories/gifts/Usha.jpg
  • images/stories/gifts/gajavelly.jpg

Top Earners

Daily Toppers

Last Points Earned

Tech Shatabdhi Radio


Latest Updates

Added 100% compatibility to all mobile phones


Certificates and points sent to August Winners.


Weekly toppers, star of the day modules added.


Win A Weekly Video Library Contest Started


Interview Experiences module Added


Added 100% compatibility to all mobile phones


Certificates and points sent to August Winners.


Weekly toppers, star of the day modules added.


Win A Weekly Video Library Contest Started


Interview Experiences module Added


Added 100% compatibility to all mobile phones


Certificates and points sent to August Winners.


Weekly toppers, star of the day modules added.


Win A Weekly Video Library Contest Started


Interview Experiences module Added


Added 100% compatibility to all mobile phones


Certificates and points sent to August Winners.


Weekly toppers, star of the day modules added.


Win A Weekly Video Library Contest Started


Interview Experiences module Added


Added 100% compatibility to all mobile phones


Certificates and points sent to August Winners.


Weekly toppers, star of the day modules added.


Win A Weekly Video Library Contest Started


Interview Experiences module Added


Added 100% compatibility to all mobile phones


Certificates and points sent to August Winners.


Weekly toppers, star of the day modules added.


Win A Weekly Video Library Contest Started


Interview Experiences module Added


Added 100% compatibility to all mobile phones


Certificates and points sent to August Winners.


Weekly toppers, star of the day modules added.


Win A Weekly Video Library Contest Started


Interview Experiences module Added


Added 100% compatibility to all mobile phones


Certificates and points sent to August Winners.


Weekly toppers, star of the day modules added.


Win A Weekly Video Library Contest Started


Interview Experiences module Added


Added 100% compatibility to all mobile phones


Certificates and points sent to August Winners.


Weekly toppers, star of the day modules added.


Win A Weekly Video Library Contest Started


Interview Experiences module Added


Added 100% compatibility to all mobile phones


Certificates and points sent to August Winners.


Weekly toppers, star of the day modules added.


Win A Weekly Video Library Contest Started


Interview Experiences module Added


Added 100% compatibility to all mobile phones


Certificates and points sent to August Winners.


Weekly toppers, star of the day modules added.


Win A Weekly Video Library Contest Started


Interview Experiences module Added


Added 100% compatibility to all mobile phones


Certificates and points sent to August Winners.


Weekly toppers, star of the day modules added.


Win A Weekly Video Library Contest Started


Interview Experiences module Added


Added 100% compatibility to all mobile phones


Certificates and points sent to August Winners.


Weekly toppers, star of the day modules added.


Win A Weekly Video Library Contest Started


Interview Experiences module Added


Added 100% compatibility to all mobile phones


Certificates and points sent to August Winners.


Weekly toppers, star of the day modules added.


Win A Weekly Video Library Contest Started


Interview Experiences module Added


Added 100% compatibility to all mobile phones


Certificates and points sent to August Winners.


Weekly toppers, star of the day modules added.


Win A Weekly Video Library Contest Started


Interview Experiences module Added


Added 100% compatibility to all mobile phones


Certificates and points sent to August Winners.


Weekly toppers, star of the day modules added.


Win A Weekly Video Library Contest Started


Interview Experiences module Added


Upcoming Events

No events found.
Sign in with Facebook

Video Comments

Redeem Points


Most Referral Users

Gowridevi
21
Nithin Mohan
12
BangaruBabu Pureti
8
DurgaPrasad
5
somanatha reddy.g
4
100% Non Commercial
Lets Help Lets Grow

Circles

All Friends
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) 1 Year, 11 Months ago Karma: 2
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 (User)
Platinum Boarder
Posts: 634
graphgraph
Points: 252521
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) 1 Year, 11 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 (User)
Senior Boarder
Posts: 79
graphgraph
Points: 55022
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) 1 Year, 11 Months ago Karma: 2
Hi Kumar

u can find the appropriate info by clicking the links underneath the description
kalikoi (User)
Platinum Boarder
Posts: 634
graphgraph
Points: 252521
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) 1 Year, 10 Months 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 (User)
Expert Boarder
Posts: 156
graphgraph
Points: 32966
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: chandu, harihara.muvvala, usham