C# Класс SevenDigital.Messaging.Logging.Log

Messaging based logger
Показать файл Открыть проект

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

Метод Описание
Instance ( ) : Log

Active instance of log

OnLogEvent ( MessagingLogEventArgs e ) : void

Fire a log event

RegisterAction ( Action action ) : void

Register an action for the log event

Shutdown ( ) : void

Remove all registered actions

Warning ( string message ) : void

Log a message to the warning queue

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

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

Active instance of log
public static Instance ( ) : Log
Результат Log

OnLogEvent() публичный Метод

Fire a log event
public OnLogEvent ( MessagingLogEventArgs e ) : void
e MessagingLogEventArgs
Результат void

RegisterAction() публичный Метод

Register an action for the log event
public RegisterAction ( Action action ) : void
action Action
Результат void

Shutdown() публичный Метод

Remove all registered actions
public Shutdown ( ) : void
Результат void

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

Log a message to the warning queue
public static Warning ( string message ) : void
message string
Результат void