Stories recently tagged with 'Logging'

Commons Logging Assembly Diagrams(model-xtractor.com)

submitted by cristiscucristiscu(15) 1 year, 8 months ago

Online Model Xtractor customizable diagrams for Commons Logging. read more...

add a comment |category: |Views: 3

tags: another

Logging NHibernate SQL with log4net in ASP.NET(leniel.net)

submitted by lenielleniel(504) 3 years ago

Have you ever wondered how to log the SQL generated by NHibernate? This post tries to exemplify just that. NHibernate uses HQL to leverage its expressiveness to the developer, but behind the scenes there is an engine that transforms the HQL into pure SQL that is executed against the database. This SQL can be logged so that you can see its... read more...

add a comment |category: |Views: 262

tags: another

Common Logging 2.0 has been released(eeichinger.blogspot.com)

submitted by .NetKicks.NetKicks(1304) 3 years ago

The 2nd version of the "ultra-thin brigde between different .NET logging implementations" Common.Logging has been released and is free for download. Among various imporvments it features Lambda syntax for logging and Bi-directional log event routing between logging implementations. read more...

add a comment |category: |Views: 30

tags: another

Gibraltar Software has announced open Beta for logging and reporting(vistadb.net)

submitted by vistadbvistadb(879) 3 years, 1 month ago

Gibraltar Software has announced Beta 4 of their new application logging and reporting product as a public beta. We have been working with them over the past several months as they prepare to release their product and I am quite excited to finally have the ability to discuss it publicly. There are just so many uses for the product that once you start using it you will want to embed it into everything you build. What is it? Gibraltar is an end to end solution for logging, managing and reporting on your application. What you log is entirely up to your application. The product includes the ability to add trace listeners, log4net, and custom metric recording through custom code. read more...

1 comment |category: |Views: 16

tags: another

Logging Component in C#... Revisited.(sharpedgesoftware.com)

submitted by spapaseitspapaseit(20) 3 years, 2 months ago

A corrected version of a lightweight Logging component in C#. With Test app! read more...

add a comment |category: |Views: 42

tags: another

Cross-Cutting Concerns should be handled on ALL projects. No Excuses(blog.decayingcode.com)

submitted by arch4ngelarch4ngel(585) 3 years, 4 months ago

The title say it all. All cross-cutting concerns in a project should be handled or given some thought on ALL PROJECTS. No exceptions. No excuses. read more...

add a comment |category: |Views: 21

tags: another

Writing an Appender for log4net(alteridem.net)

submitted by rprouserprouse(1175) 4 years, 4 months ago

The open source logging library log4net ships with most of the appenders you will ever need, but if you need to write your own, it is surprisingly easy to do. This article describes how to write a simple appender that allows you to show a message box whenever an error log occurs and allows the developer to break into the debugger to fix the error. It makes sure that runtime errors are dealt with by the developer, not lost in a log file. This example could easily be extended to do things like open issues in a bug tracking system on errors. read more...

add a comment |category: |Views: 92

tags: another

How To build a lightweight, flexible logging component in C#(sharpedgesoftware.com)

submitted by spapaseitspapaseit(20) 4 years, 7 months ago

How To build a lightweight, flexible logging component in C# read more...

add a comment |category: |Views: 171

tags: another

What is the fastest, DRYest way to (not) log?(dotnet.org.za)

submitted by trumpitrumpi(370) 4 years, 11 months ago

The log4net FAQ asks the question What is the fastest way of (not) logging? It outlines two techniques of logging; the post will present one more using anonymous methods. read more...

1 comment |category: |Views: 10

tags: another

Logging? Efficiently please!(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 5 years, 3 months ago

Improving log4net usage. read more...

add a comment |category: |Views: 26

tags: another

Writing log message to file via Message Queue (gaaton.blogspot.com)

submitted by HaGeverHaGever(915) 5 years, 5 months ago

A simple project how to write log message to file via Message Queue. read more...

add a comment |category: |Views: 37

tags: another