WebApplications.Utilities.Logging.Loggers.SqlLogger.Add C# (CSharp) Метод

Add() публичный Метод

Adds the specified logs to storage in batches.
public Add ( IEnumerable logs, CancellationToken token = newCancellationToken() ) : Task
logs IEnumerable The logs to add to storage.
token CancellationToken The token.
Результат Task
        public override Task Add(IEnumerable<Log> logs, CancellationToken token = new CancellationToken())
        {
            throw new NotImplementedException();
        }
    }