C# Class System.Diagnostics.LogSwitch

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
CheckLevel ( LoggingLevels level ) : bool
GetSwitch ( String name ) : LogSwitch
LogSwitch ( String name, String description, LogSwitch parent ) : System

Private Methods

Méthode Description
AddChildSwitch ( LogSwitch child ) : void
LogSwitch ( ) : System
LogSwitch ( String name, String description ) : System

Method Details

CheckLevel() public méthode

public CheckLevel ( LoggingLevels level ) : bool
level LoggingLevels
Résultat bool

GetSwitch() public static méthode

public static GetSwitch ( String name ) : LogSwitch
name String
Résultat LogSwitch

LogSwitch() public méthode

public LogSwitch ( String name, String description, LogSwitch parent ) : System
name String
description String
parent LogSwitch
Résultat System