C# Класс Catel.Logging.SeqLogListener

Log listener which writes all data to a Seq server.
Наследование: BatchLogListenerBase
Показать файл Открыть проект

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

Метод Описание
SeqLogListener ( ) : System

Initializes a new instance of the SeqLogListener class.

Защищенные методы

Метод Описание
FormatLogEvent ( ILog log, string message, LogEvent logEvent, object extraData, LogData logData, System.DateTime time ) : string

Formats the log event to a message which can be written to a log persistence storage.

WriteBatch ( List batchEntries ) : System.Threading.Tasks.Task

Writes the batch of entries.

Описание методов

FormatLogEvent() защищенный Метод

Formats the log event to a message which can be written to a log persistence storage.
protected FormatLogEvent ( ILog log, string message, LogEvent logEvent, object extraData, LogData logData, System.DateTime time ) : string
log ILog The log.
message string The message.
logEvent LogEvent The log event.
extraData object The extra data.
logData LogData The log data.
time System.DateTime The time.
Результат string

SeqLogListener() публичный Метод

Initializes a new instance of the SeqLogListener class.
public SeqLogListener ( ) : System
Результат System

WriteBatch() защищенный Метод

Writes the batch of entries.
The is null.
protected WriteBatch ( List batchEntries ) : System.Threading.Tasks.Task
batchEntries List The batch entries.
Результат System.Threading.Tasks.Task