0
Hello, World
Posted by lorenb on Nov 30, 2004 in general
Just working on getting prettyprint.js working on my blog so I can post source code easier. For example:
using System;
public class HelloWorld {
public static void Main (string[] args) {
Console.WriteLine (“Hello, World”);
}
}
log4net
Posted by lorenb on Nov 30, 2004 in projects
I did some work last night and started using log4net in Sussen. I could get a basic configuration working but then I ran into some issues where their documentation didn’t reflect the API. There was also an issue with how to re-distribute the log4net.dll.
It just seems like a lot more trouble than [...]