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