Gets or sets the log level - only log messages with log level equal to or greater than the specified one.

Namespace:  Rebex
Assembly:  Rebex.Net.ProxySocket (in Rebex.Net.ProxySocket.dll) Version: 2.0.4086.0

Syntax

C#
public LogLevel Level { get; set; }
Visual Basic (Declaration)
Public Property Level As LogLevel
Visual C++
public:
virtual property LogLevel Level {
	LogLevel get () sealed;
	void set (LogLevel value) sealed;
}

Field Value

Log level.

Implements

ILogWriter..::.Level

See Also