Catel.Logging.BatchLogListenerBase.WriteBatchAsync C# (CSharp) Method

WriteBatchAsync() protected method

Writes the batch of entries.
protected WriteBatchAsync ( List batchEntries ) : Task
batchEntries List The batch entries.
return Task
        protected virtual Task WriteBatchAsync(List<LogBatchEntry> batchEntries)
        {
            return TaskHelper.Completed;
        }
        #endregion