C# 클래스 Helios.Logging.LogEvent

An event instance produced by a ILogger
파일 보기 프로젝트 열기: helios-io/helios 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

Returns a System.String that represents this LogEvent.

보호된 메소드들

메소드 설명
LogEvent ( string message, string logSource, LogLevel level ) : System

메소드 상세

LogEvent() 보호된 메소드

protected LogEvent ( string message, string logSource, LogLevel level ) : System
message string
logSource string
level LogLevel
리턴 System

ToString() 공개 메소드

Returns a System.String that represents this LogEvent.
public ToString ( ) : string
리턴 string