Plugin.SimpleLogger 1.0.3

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8.3 or higher.

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

// Install Plugin.SimpleLogger as a Cake Tool
#tool nuget:?package=Plugin.SimpleLogger&version=1.0.3

This plugin provides a CrossSimpleLogger class that enables you to easily log any events occurring within your Xamarin.Forms application. It supports Debug, Info, Warning and Error logging levels and you can configure the number of log files being kept and their maximum size.
        Works on Android, iOS and UWP. WP80, WP81 and Windows Store apps projects have been added to the source codebase but have not implemented yet.

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 wp8 is compatible.  wp81 was computed.  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 (5)

Showing the top 5 NuGet packages that depend on Plugin.SimpleLogger:

Package Downloads
ItEnterprise.Common.EUSignStandard

ItEnterprise Common.EUSignStandard for Xamarin Forms

ItEnterprise.Common.EUSigniOS

ItEnterprise Common.EUSigniOS for Xamarin Forms

ItEnterprise.Common.CoreiOS

ItEnterprise Common.CoreiOS for Xamarin Forms

ItEnterprise.Common.EUSignDroid

ItEnterprise Common.EUSignDroid for Xamarin Forms

IT-Enterprise.Xamarin.CoreStandard

IT-Enterprise CoreStandard for Xamarin Forms

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 5,671 9/28/2020
1.1.0 40,386 2/6/2019
1.0.3 8,437 12/2/2016
1.0.1 2,954 9/20/2016
1.0.0 2,263 9/1/2016

Version 1.0.3
* Added SetLogLevel method to dynamically after Configure is called.
* Modified GetAllLogContent to order log files chronogically, oldest first, newest last.