C# Class NContext.Extensions.Logging.LoggingConfiguration

Afficher le fichier Open project: PowerDMS/NContext Class Usage Examples

Méthodes publiques

Méthode Description
LoggingConfiguration ( ISet logTargets, Int32 maxDegreeOfParallelism ) : System

Initializes a new instance of the LoggingConfiguration class.

Method Details

LoggingConfiguration() public méthode

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.
Résultat System