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();
        }
    }