com.razorsoftware.logging 1.0.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package com.razorsoftware.logging --version 1.0.0.2
NuGet\Install-Package com.razorsoftware.logging -Version 1.0.0.2
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="com.razorsoftware.logging" Version="1.0.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add com.razorsoftware.logging --version 1.0.0.2
#r "nuget: com.razorsoftware.logging, 1.0.0.2"
#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 com.razorsoftware.logging as a Cake Addin
#addin nuget:?package=com.razorsoftware.logging&version=1.0.0.2

// Install com.razorsoftware.logging as a Cake Tool
#tool nuget:?package=com.razorsoftware.logging&version=1.0.0.2

Simple and Lightweight Library for logging messages to different outputs like Files, Consoles, and Debuggers.

Features
- Automatically creates a new Console window for GUI applications.
- Reuses the existing Console window for CLI Applications.
- Multiple File Outputs at the same time.
- Per-Output message filtering via Log Levels.
- Fast Thread Synchronization
- File outputs can be opened/closed on the fly.
- Supports writing messages to an attached Debugger
- Fully documented.

Project Site: https://bitbucket.org/kderazorback/razorsoftware.logging

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4.6-beta 974 3/18/2020
1.0.4.5-beta 910 3/9/2020
1.0.4.4-beta 968 12/9/2019
1.0.4.3-beta 937 12/9/2019
1.0.4.1 1,202 12/9/2019
1.0.4.1-beta 1,093 4/25/2019
1.0.4-beta 1,021 4/24/2019
1.0.3.3-beta 1,446 5/30/2018
1.0.1.3-beta 1,360 6/5/2017
1.0.1.2-beta 1,320 5/30/2017
1.0.1.1 1,938 2/27/2016
1.0.1 1,857 12/28/2015
1.0.0.2 2,215 12/1/2015
1.0.0.1 1,830 10/26/2015
1.0.0 1,835 10/25/2015

Fixed FileOutput line ending to match Environment defaults.