NLog is a .NET logging library similar in concepts to log4net, designed with simplicity and flexibility in mind.
Console.WriteLine - there's no need to use String.Format any moreNLog is open source, licensed under the terms of BSD license, which permits commercial use. Everyone is encouraged to test it and report feedback to the mailing list.
The logging API is modelled after log4net with some extensions that help it achieve great speed as described here.