C# 클래스 GSF.Diagnostics.LogEventPublisher

Can be used to publish event messages.
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

공개 메소드들

메소드 설명
Publish ( MessageFlags flags, string message = null, string details = null, Exception exception = null ) : void

Raises a log message with the provided data.

Publish ( string message = null, string details = null, Exception exception = null ) : void

Raises a log message with the provided data.

비공개 메소드들

메소드 설명
LogEventPublisher ( LogPublisher publisher, LogEventPublisherInternal internalPublisher ) : System

메소드 상세

Publish() 공개 메소드

Raises a log message with the provided data.
public Publish ( MessageFlags flags, string message = null, string details = null, Exception exception = null ) : void
flags MessageFlags additional flags to set to this log
message string
details string A long text field with the details of the message.
exception System.Exception An exception object if one is provided.
리턴 void

Publish() 공개 메소드

Raises a log message with the provided data.
public Publish ( string message = null, string details = null, Exception exception = null ) : void
message string
details string A long text field with the details of the message.
exception System.Exception An exception object if one is provided.
리턴 void