fsharpn00b.Logger 1.0.5

dotnet add package fsharpn00b.Logger --version 1.0.5
NuGet\Install-Package fsharpn00b.Logger -Version 1.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="fsharpn00b.Logger" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add fsharpn00b.Logger --version 1.0.5
#r "nuget: fsharpn00b.Logger, 1.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install fsharpn00b.Logger as a Cake Addin
#addin nuget:?package=fsharpn00b.Logger&version=1.0.5

// Install fsharpn00b.Logger as a Cake Tool
#tool nuget:?package=fsharpn00b.Logger&version=1.0.5

Logger lets an application write output to a text file, the console, a message box, or a method on a user-provided assembly. This assembly can provide other forms of logging such as writing to a database or sending e-mail. The application specifies the events to log and the information to include with these events. A configuration XML file specifies the type of output to be associated with each event, and the formatting for the information included with the event.

You can find a sample project that shows how to use Logger at the following URL.
https://sourceforge.net/projects/xlogger/files/Logger_Sample_Source/

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5 166 1/15/2015

None.