C# 클래스 MetroLog.LogEventInfo

파일 보기 프로젝트 열기: onovotny/MetroLog 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetNextSequenceId long

공개 메소드들

메소드 설명
LogEventInfo ( LogLevel level, string logger, string message, Exception ex ) : System
ToJson ( ) : string

비공개 메소드들

메소드 설명
GetNextSequenceId ( ) : long

메소드 상세

LogEventInfo() 공개 메소드

public LogEventInfo ( LogLevel level, string logger, string message, Exception ex ) : System
level LogLevel
logger string
message string
ex System.Exception
리턴 System

ToJson() 공개 메소드

public ToJson ( ) : string
리턴 string