Property | Type | Description | |
---|---|---|---|
PostBatch | void |
Method | Description | |
---|---|---|
SeqTarget ( ) : System |
Initializes the target.
|
Method | Description | |
---|---|---|
Write ( NLog.Common.AsyncLogEventInfo logEvents ) : void |
Writes an array of logging events to Seq.
|
|
Write ( |
Writes logging event to Seq.
|
Method | Description | |
---|---|---|
PostBatch ( IEnumerable |
protected Write ( NLog.Common.AsyncLogEventInfo logEvents ) : void | ||
logEvents | NLog.Common.AsyncLogEventInfo | Logging events to be written. |
return | void |
protected Write ( |
||
logEvent | Logging event to be written. /// | |
return | void |