com.razorsoftware.logging 1.0.4.1

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package com.razorsoftware.logging --version 1.0.4.1
NuGet\Install-Package com.razorsoftware.logging -Version 1.0.4.1
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.4.1" />
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.4.1
#r "nuget: com.razorsoftware.logging, 1.0.4.1"
#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.4.1

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

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.
- Centralized and Decentralized Logging
- Support for Custom Log Outputs

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 972 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,200 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,936 2/27/2016
1.0.1 1,856 12/28/2015
1.0.0.2 2,214 12/1/2015
1.0.0.1 1,828 10/26/2015
1.0.0 1,833 10/25/2015

- Updated library documentation.
- Fixed minor bugs with String token expansion.
- Added Message Auto wrapping for repeated entries pushed to the Log
- Expansion string tokens are now One-based again.
- Updated assembly version to 1.0.4.1