Furcadia Framework For Third Party Programs
LoggerInfoEnabled Property |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:Furcadia.Logging.Logger.InfoEnabled"]
Namespace: Furcadia.Logging
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public static bool InfoEnabled { get; set; }
Public Shared Property InfoEnabled As Boolean Get Set Dim value As Boolean value = Logger.InfoEnabled Logger.InfoEnabled = value
public: static property bool InfoEnabled { bool get (); void set (bool value); }
static member InfoEnabled : bool with get, set
Property Value
Type: BooleanSee Also