P_Furcadia_Logging_LogMessage_Level - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
[Missing
Namespace: Furcadia.Logging
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public Level Level { get; }
VB
Public ReadOnly Property Level As Level
Get
VB Usage
Dim instance As LogMessage
Dim value As Level
value = instance.Level
C++
public:
property Level Level {
Level get ();
}
F#
member Level : Level with get
Type: Level