C# Class Halibut.Diagnostics.InMemoryConnectionLog

Inheritance: ILog
Afficher le fichier Open project: OctopusDeploy/Halibut

Méthodes publiques

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

Private Methods

Méthode Description
SendToTrace ( Halibut.Diagnostics.LogEvent logEvent, LogLevel level ) : void
WriteInternal ( Halibut.Diagnostics.LogEvent logEvent ) : void

Method Details

GetLogs() public méthode

public GetLogs ( ) : IList
Résultat IList

InMemoryConnectionLog() public méthode

public InMemoryConnectionLog ( string endpoint ) : System
endpoint string
Résultat System

Write() public méthode

public Write ( EventType type, string message ) : void
type EventType
message string
Résultat void

WriteException() public méthode

public WriteException ( EventType type, string message, Exception ex ) : void
type EventType
message string
ex System.Exception
Résultat void