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
Show file 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 static property

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

Informational public static property

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

Unspecified public static property

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

Verbose public static property

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

Warning public static property

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