C# Класс Xamvvm.LoggingExtensions

sLogging extensions.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

LogDebug() публичный статический Метод

Logs the debug.
public static LogDebug ( this sender, string message ) : void
sender this Sender.
message string Message.
Результат void

LogError() публичный статический Метод

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.
Результат void

LogInfo() публичный статический Метод

Logs the info.
public static LogInfo ( this sender, string message ) : void
sender this Sender.
message string Message.
Результат void