C# Класс Halibut.Diagnostics.InMemoryConnectionLog

Наследование: ILog
Показать файл Открыть проект

Открытые методы

Метод Описание
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