C# Class MetroLog.LoggingConfiguration

Afficher le fichier Open project: onovotny/MetroLog Class Usage Examples

Méthodes publiques

Méthode Description
AddTarget ( LogLevel min, LogLevel max, Target target ) : void
AddTarget ( LogLevel level, Target target ) : void
LoggingConfiguration ( ) : System

Private Methods

Méthode Description
Freeze ( ) : void
GetTargets ( ) : IEnumerable
GetTargets ( LogLevel level ) : IEnumerable

Method Details

AddTarget() public méthode

public AddTarget ( LogLevel min, LogLevel max, Target target ) : void
min LogLevel
max LogLevel
target MetroLog.Targets.Target
Résultat void

AddTarget() public méthode

public AddTarget ( LogLevel level, Target target ) : void
level LogLevel
target MetroLog.Targets.Target
Résultat void

LoggingConfiguration() public méthode

public LoggingConfiguration ( ) : System
Résultat System