Skip to main content

Home/ General Development In DotNet/ Group items tagged log

Rss Feed Group items tagged

Johann Strydom

Introducing this.Log - Rob Reynolds - The Fervent Coder - Devlicio.us - Just the Tasty ... - 0 views

  •  
    "One of my favorite creations over the past year has been this.Log(). It works everywhere including static methods and in razor views. Everything about how to create it and set it up is in this gist. How it looks public class SomeClass { public void SomeMethod() { this.Log().Info(() => "Here is a log message with params which can be in Razor Views as well: '{0}'".FormatWith(typeof(SomeClass).Name)); this.Log().Debug("I don't have to be delayed execution or have parameters either"); } public static void StaticMethod() { "SomeClass".Log().Error("This is crazy, right?!"); } } "
Johann Strydom

this.Log- Source, NuGet Package & Performance - Rob Reynolds - The Fervent Coder - Devl... - 0 views

  •  
    "Recently I mentioned this.Log. Given the amount of folks that were interested in this.Log, I decided to pull this source out and make a NuGet package (well, several packages)."
Jacques Bosch

log4net Tutorial - CodeProject - 1 views

  •  
    "Learn how to use log4net without fear. Stop copying config files and figure out how to make log4net do exactly what you want."
  •  
    We abandoned Log4Net in favour of NLog a couple of months ago. Ran into some issues where we just couldn't get it running in production under some circumstances. Can't remeber exactly what the issue was. NLog worked perfectly.
Jacques Bosch

In Recovery... | How do checkpoints work and what gets logged - 0 views

  •  
    " This is a blog post I've been meaning to do for a while, and I've recently noticed some info on the web about checkpoints which is a little misleading, so I want to do a quick post to explain how checkpoints work as far as log records are concerned. "
Jacques Bosch

Bug fix - Application restarts on directory delete in ASP.net - Aaron Blake's Blog - 0 views

  •  
    "If a directory within an ASP.net website is deleted while the site is running, this causes the whole site to reboot, loosing any session data and logging out users."
Jacques Bosch

InfoQ: Veracity, a New DVCS Based on a Distributed Database - 0 views

  •  
    "Just as it does with file system data, Veracity's decentralized database keeps the full history of the database. Every version of every record is retained in history, with log information about who made the change and when. Veracity also supports push and pull of "database changesets", including the ability to automatically merge (at the level of a record or of a field) and resolve constraint violations."
1 - 6 of 6
Showing 20 items per page