ElasticSearchTargetWrite Method

Overload List

Write(AsyncLogEventInfo) Writes async log event to the log target.
Write(IListAsyncLogEventInfo) Writes an array of logging events to the log target. By default it iterates on all events and passes them to "Write" method. Inheriting classes can use this method to optimize batch writes.
Write(LogEventInfo) 寫入單一日誌事件

See Also