C# 클래스 Catel.Logging.SeqLogListener

Log listener which writes all data to a Seq server.
상속: BatchLogListenerBase
파일 보기 프로젝트 열기: Catel/Catel

공개 메소드들

메소드 설명
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