LogData.LogLevel Property

NSG Library Logger

LogDataLogLevel Property

A Sandcastle Documented Class Library
The log level, can be used to limit, depending on the implementation.

Namespace:  NSG.Library.Logger
Assembly:  NSG.Library.Logger (in NSG.Library.Logger.dll) Version: 1.0.1.17 (1.0.1.17)
Syntax

public byte LogLevel { get; set; }
Public Property LogLevel As Byte
	Get
	Set
public:
virtual property unsigned char LogLevel {
	unsigned char get () sealed;
	void set (unsigned char value) sealed;
}
abstract LogLevel : byte with get, set
override LogLevel : byte with get, set

Property Value

Type: Byte
See Also

Reference