MetroLog.Extended 1.1.0-alpha

This is a prerelease version of MetroLog.Extended.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package MetroLog.Extended --version 1.1.0-alpha
NuGet\Install-Package MetroLog.Extended -Version 1.1.0-alpha
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="MetroLog.Extended" Version="1.1.0-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MetroLog.Extended --version 1.1.0-alpha
#r "nuget: MetroLog.Extended, 1.1.0-alpha"
#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 MetroLog.Extended as a Cake Addin
#addin nuget:?package=MetroLog.Extended&version=1.1.0-alpha&prerelease

// Install MetroLog.Extended as a Cake Tool
#tool nuget:?package=MetroLog.Extended&version=1.1.0-alpha&prerelease

This is an extended version of MetroLog-master. The source code for this package is hosted on https://github.com/thomasgalliker/MetroLog

Additions to MetroLog-master are:
- XmlConfigurator to set-up logger using an xml configuration

- CrashReporter: Works just like the flight data recorder of an airplane: In case of a fatal exception it sends the most recently buffered log entries to the configured targets.

- Allows to report application unhandled exceptions (also in Xamarin.IOS, Xamarin.Android and Windows Phone.

- Some bugfixes

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
.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. 
MonoAndroid monoandroid is compatible. 
MonoTouch monotouch is compatible. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 is compatible.  wp81 was computed.  wpa81 is compatible. 
Windows Store win81 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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

Added XML configurator to easily configure the logger targets, levels and layouts using xml configs.