Source code to the Caliburn.Micro.Logging nuget package. See blog post See blog post See blog post
The Logging library is compiled with DEBUG attribute set, so ALL message sent to the Debug logger will be logged.
Version 1.2.1 - 2011/08/12 * Upgraded .NET 4 and Silverlight 4 versions to Caliburn.Micro 1.2.0 * Created a psake build script to be used in Continious Integration * Moved samples into their own solution
Version 1.2 - 2011/07/05
- Added GlobalAssemblyInfo.cs and VersionAssemblyInfo.cs to contain common AssemblyInfo attributes
- Removed DebugLogger.cs from the Caliburn.Micro.Logging assembly
- Added DebugLogger.cs to the NuGet content directory
- Support for .NET 4.0 and NET 4.0 Client Profile
Version 1.2.1 - 2011/08/11 * Upgraded .NET 4 and Silverlight 4 versions to Caliburn.Micro 1.2.0 * Created a psake build script to be used in Continious Integration
Version 1.0 - 2011/07/06
- Support for .NET 4.0 only
Version 1.2.1 - 2011/08/11 * Upgraded .NET 4 and Silverlight 4 versions to Caliburn.Micro 1.2.0 * Created a psake build script to be used in Continious Integration Version 1.0 - 2011/07/06
- Support for .NET 4.0 and .NET 4.0 Client Profile