LogMessage.Level Property

Furcadia Framework

LogMessageLevel Property

Furcadia Framework For Third Party Programs
This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "P:Furcadia.Logging.LogMessage.Level"]

Namespace:  Furcadia.Logging
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax

public Level Level { get; }
Public ReadOnly Property Level As Level
	Get

Dim instance As LogMessage
Dim value As Level

value = instance.Level
public:
property Level Level {
	Level get ();
}
member Level : Level with get

Property Value

Type: Level
See Also

Reference