C# Class Adf.Core.Logging.LogLevel

Possible levels for logging, as used in ILogProvider. LogLevel is implemented using the Descriptor pattern, which allows applications to extend and add their own log levels.
Inheritance: Descriptor
Afficher le fichier Open project: NLADP/ADF Class Usage Examples

Méthodes publiques

Свойство Type Description
Error LogLevel
Informational LogLevel
Unspecified LogLevel
Verbose LogLevel
Warning LogLevel

Méthodes publiques

Méthode Description
LogLevel ( string name, int order )

Method Details

LogLevel() public méthode

public LogLevel ( string name, int order )
name string
order int

Property Details

Error public_oe static_oe property

public static LogLevel,Adf.Core.Logging Error
Résultat LogLevel

Informational public_oe static_oe property

public static LogLevel,Adf.Core.Logging Informational
Résultat LogLevel

Unspecified public_oe static_oe property

public static LogLevel,Adf.Core.Logging Unspecified
Résultat LogLevel

Verbose public_oe static_oe property

public static LogLevel,Adf.Core.Logging Verbose
Résultat LogLevel

Warning public_oe static_oe property

public static LogLevel,Adf.Core.Logging Warning
Résultat LogLevel