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
Datei anzeigen Open project: NLADP/ADF Class Usage Examples

Public Properties

Property Type Description
Error LogLevel
Informational LogLevel
Unspecified LogLevel
Verbose LogLevel
Warning LogLevel

Public Methods

Method Description
LogLevel ( string name, int order )

Method Details

LogLevel() public method

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
return LogLevel

Informational public_oe static_oe property

public static LogLevel,Adf.Core.Logging Informational
return LogLevel

Unspecified public_oe static_oe property

public static LogLevel,Adf.Core.Logging Unspecified
return LogLevel

Verbose public_oe static_oe property

public static LogLevel,Adf.Core.Logging Verbose
return LogLevel

Warning public_oe static_oe property

public static LogLevel,Adf.Core.Logging Warning
return LogLevel