C# 클래스 SevenDigital.Messaging.Logging.Log

Messaging based logger
파일 보기 프로젝트 열기: i-e-b/SevenDigital.Messaging

공개 메소드들

메소드 설명
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