C# 클래스 NContext.Extensions.Logging.LoggingConfiguration

파일 보기 프로젝트 열기: PowerDMS/NContext 1 사용 예제들

공개 메소드들

메소드 설명
LoggingConfiguration ( ISet logTargets, Int32 maxDegreeOfParallelism ) : System

Initializes a new instance of the LoggingConfiguration class.

메소드 상세

LoggingConfiguration() 공개 메소드

Initializes a new instance of the LoggingConfiguration class.
public LoggingConfiguration ( ISet logTargets, Int32 maxDegreeOfParallelism ) : System
logTargets ISet The log targets.
maxDegreeOfParallelism System.Int32 The max degree of parallelism.
리턴 System