Charuwaka / XFormsLogger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note: you can log messages from Xamarin PCL project, Currently Xamarin.Android,Xamrin.iOS is only supported

SetLogFileName("yourlogfilename","yourLogFolder")

Set the log File Name and Folder Name using this method Example: SetLogFileName("Mylog.txt","MyLogFolder")

LogInfo(string exception,LogLevel loglevel)

Log the message using this method Example:LogInfo("Application Started",LogLevel.Info);

GetLogFilePath

Returns Saved Log Path File

About


Languages

Language:C# 55.7%Language:Java 44.3%