Méthode | Description | |
---|---|---|
SeqLogListener ( ) : System |
Initializes a new instance of the SeqLogListener class.
|
Méthode | Description | |
---|---|---|
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 |
Writes the batch of entries.
|
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. |
Résultat | string |
protected WriteBatch ( List |
||
batchEntries | List |
The batch entries. |
Résultat | System.Threading.Tasks.Task |