C# Class Xamvvm.LoggingExtensions

sLogging extensions.
Mostra file Open project: daniel-luberda/DLToolkit.PageFactory

Public Methods

Method Description
LogDebug ( this sender, string message ) : void

Logs the debug.

LogError ( this sender, Exception ex = null, string message = null ) : void

Logs the error.

LogInfo ( this sender, string message ) : void

Logs the info.

Method Details

LogDebug() public static method

Logs the debug.
public static LogDebug ( this sender, string message ) : void
sender this Sender.
message string Message.
return void

LogError() public static method

Logs the error.
public static LogError ( this sender, Exception ex = null, string message = null ) : void
sender this Sender.
ex System.Exception Ex.
message string Message.
return void

LogInfo() public static method

Logs the info.
public static LogInfo ( this sender, string message ) : void
sender this Sender.
message string Message.
return void