Get or set 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#
LogLevel Level { get; set; }
Visual Basic (Declaration)
Property Level As LogLevel
Visual C++
property LogLevel Level {
	LogLevel get ();
	void set (LogLevel value);
}

Field Value

Log level.

See Also