Skip to content
Charwaka edited this page Mar 13, 2018 · 2 revisions

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

SetLogFileName("yourlogfilename")

Set the log file name using this method Example: SetLogFileName("Mylog.txt")

LogInfo(string exception,LogLevel loglevel)

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

GetLogFilePath

Returns Saved Log Path File