C# Class MetroLog.LoggingConfiguration

Mostra file Open project: onovotny/MetroLog Class Usage Examples

Public Methods

Method Description
AddTarget ( LogLevel min, LogLevel max, Target target ) : void
AddTarget ( LogLevel level, Target target ) : void
LoggingConfiguration ( ) : System

Private Methods

Method Description
Freeze ( ) : void
GetTargets ( ) : IEnumerable
GetTargets ( LogLevel level ) : IEnumerable

Method Details

AddTarget() public method

public AddTarget ( LogLevel min, LogLevel max, Target target ) : void
min LogLevel
max LogLevel
target MetroLog.Targets.Target
return void

AddTarget() public method

public AddTarget ( LogLevel level, Target target ) : void
level LogLevel
target MetroLog.Targets.Target
return void

LoggingConfiguration() public method

public LoggingConfiguration ( ) : System
return System