C# Class Halibut.Diagnostics.InMemoryConnectionLog

Inheritance: ILog
Show file Open project: OctopusDeploy/Halibut

Public Methods

Method Description
GetLogs ( ) : IList
InMemoryConnectionLog ( string endpoint ) : System
Write ( EventType type, string message ) : void
WriteException ( EventType type, string message, Exception ex ) : void

Private Methods

Method Description
SendToTrace ( Halibut.Diagnostics.LogEvent logEvent, LogLevel level ) : void
WriteInternal ( Halibut.Diagnostics.LogEvent logEvent ) : void

Method Details

GetLogs() public method

public GetLogs ( ) : IList
return IList

InMemoryConnectionLog() public method

public InMemoryConnectionLog ( string endpoint ) : System
endpoint string
return System

Write() public method

public Write ( EventType type, string message ) : void
type EventType
message string
return void

WriteException() public method

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