wpbest.Plugin.Logger 1.0.8

Requires NuGet 2.8.3 or higher.

dotnet add package wpbest.Plugin.Logger --version 1.0.8
NuGet\Install-Package wpbest.Plugin.Logger -Version 1.0.8
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="wpbest.Plugin.Logger" Version="1.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add wpbest.Plugin.Logger --version 1.0.8
#r "nuget: wpbest.Plugin.Logger, 1.0.8"
#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 wpbest.Plugin.Logger as a Cake Addin
#addin nuget:?package=wpbest.Plugin.Logger&version=1.0.8

// Install wpbest.Plugin.Logger as a Cake Tool
#tool nuget:?package=wpbest.Plugin.Logger&version=1.0.8

This plugin provides a CrossLogger class that enables you to log any events occurring within your Xamarin.Forms application. It supports Debug, Info, Warn, Error, and Fatal. The number of log files being kept and their maximum size are configurable.
        Works on Android, iOS, Windows UWP Windows Phone (8.1), and Windows Store (8.1).

Product Compatible and additional computed target framework versions.
.NETPlatform dotnet is compatible. 
MonoAndroid monoandroid10 is compatible. 
Universal Windows Platform uap was computed.  uap10 is compatible.  uap10.0 was computed. 
Windows Phone wpa81 is compatible. 
Windows Store win8 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 0.0

    • No dependencies.
  • .NETPlatform 5.0

    • No dependencies.
  • MonoAndroid 0.0

    • No dependencies.
  • Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)

    • No dependencies.
  • UAP 0.0

    • No dependencies.
  • Windows 0.0

    • No dependencies.
  • WindowsPhone 0.0

    • No dependencies.
  • WindowsPhoneApp 0.0

    • No dependencies.
  • Xamarin.iOS 1.0

    • No dependencies.
  • Xamarin.Mac 2.0

    • 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.8 7,516 11/3/2016
1.0.7 3,119 10/31/2016
1.0.6 1,812 10/30/2016
1.0.5 1,874 10/30/2016
1.0.4 1,522 10/30/2016
1.0.3 1,969 10/30/2016
1.0.2 1,927 10/30/2016
1.0.1 1,804 10/30/2016

1.0.1-Initial release;
1.0.2-Fixed Check log file exists before trying to read it;
1.0.3 Fixed FormatMessage bug; 1.0.4-Added Purge method, Implemented remaining Windows 8.1 and WinPhone 8.1 methods;
1.0.5/6/7-Fixed Write after create file Windows 8.1 and WinPhone 8.1 (custom file exist);
1.0.8-Fixed Bug in Purge Windows Phone, Added Debug, Info, Warn, Error, Fatal methods.