C# 클래스 Halibut.Diagnostics.InMemoryConnectionLog

상속: ILog
파일 보기 프로젝트 열기: OctopusDeploy/Halibut

공개 메소드들

메소드 설명
GetLogs ( ) : IList
InMemoryConnectionLog ( string endpoint ) : System
Write ( EventType type, string message ) : void
WriteException ( EventType type, string message, Exception ex ) : void

비공개 메소드들

메소드 설명
SendToTrace ( Halibut.Diagnostics.LogEvent logEvent, LogLevel level ) : void
WriteInternal ( Halibut.Diagnostics.LogEvent logEvent ) : void

메소드 상세

GetLogs() 공개 메소드

public GetLogs ( ) : IList
리턴 IList

InMemoryConnectionLog() 공개 메소드

public InMemoryConnectionLog ( string endpoint ) : System
endpoint string
리턴 System

Write() 공개 메소드

public Write ( EventType type, string message ) : void
type EventType
message string
리턴 void

WriteException() 공개 메소드

public WriteException ( EventType type, string message, Exception ex ) : void
type EventType
message string
ex System.Exception
리턴 void