C# Class NContext.Extensions.Logging.LoggingConfiguration

Show file Open project: PowerDMS/NContext Class Usage Examples

Public Methods

Method Description
LoggingConfiguration ( ISet logTargets, Int32 maxDegreeOfParallelism ) : System

Initializes a new instance of the LoggingConfiguration class.

Method Details

LoggingConfiguration() public method

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.
return System