C# 클래스 WebApplications.Utilities.Service.NamedPipeServer.NamedPipeServerLogger

Class NamedPipeServerLogger.
상속: WebApplications.Utilities.Logging.Loggers.LoggerBase
파일 보기 프로젝트 열기: webappsuk/CoreLibraries

공개 메소드들

메소드 설명
Add ( IEnumerable logs, CancellationToken token = newCancellationToken() ) : Task

Adds the specified logs to storage in batches.

NamedPipeServerLogger ( [ server ) : System.Collections.Generic

Initializes a new instance of the NamedPipeServerLogger class.

메소드 상세

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 System.Threading.CancellationToken The token.
리턴 Task

NamedPipeServerLogger() 공개 메소드

Initializes a new instance of the NamedPipeServerLogger class.
public NamedPipeServerLogger ( [ server ) : System.Collections.Generic
server [ The server.
리턴 System.Collections.Generic