Method | Description | |
---|---|---|
GetLogs ( ) : IList |
||
InMemoryConnectionLog ( string endpoint ) : System | ||
Write ( EventType type, string message ) : void | ||
WriteException ( EventType type, string message, |
Method | Description | |
---|---|---|
SendToTrace ( Halibut.Diagnostics.LogEvent logEvent, LogLevel level ) : void | ||
WriteInternal ( Halibut.Diagnostics.LogEvent logEvent ) : void |
public InMemoryConnectionLog ( string endpoint ) : System | ||
endpoint | string | |
return | System |
public Write ( EventType type, string message ) : void | ||
type | EventType | |
message | string | |
return | void |
public WriteException ( EventType type, string message, |
||
type | EventType | |
message | string | |
ex | ||
return | void |