Skip to content

Charuwaka/XFormsLogger

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published