Downloaded the 2.0.0.0 release and am unable to use lambda log methods as the FormatMessageCallback is a MulticastDelegate not an Action as in the source i.e. using FormatMessageCallback = System.Action<Common.Logging.FormatMessageHandler>. I am using .net 3.5 and VS2008.