C# Класс SebWindowsClient.DiagnosticsUtils.Logger

Manage logging of events.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
Log void

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

Метод Описание
AddError ( string message, object eventSource, Exception exception, string details = null ) : void
AddInformation ( string message, object eventSource = null, Exception exception = null, string details = null ) : void
AddWarning ( string message, object eventSource, Exception exception = null, string details = null ) : void
InitLogger ( string logFileDirectory = null, string logFilePath = null ) : void

Приватные методы

Метод Описание
Log ( Severity severity, string message, object eventSource, Exception exception, string details = null ) : void

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

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

public static AddError ( string message, object eventSource, Exception exception, string details = null ) : void
message string
eventSource object
exception System.Exception
details string
Результат void

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

public static AddInformation ( string message, object eventSource = null, Exception exception = null, string details = null ) : void
message string
eventSource object
exception System.Exception
details string
Результат void

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

public static AddWarning ( string message, object eventSource, Exception exception = null, string details = null ) : void
message string
eventSource object
exception System.Exception
details string
Результат void

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

public static InitLogger ( string logFileDirectory = null, string logFilePath = null ) : void
logFileDirectory string
logFilePath string
Результат void