M_Furcadia_Logging_FileLogOutput__ctor - 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.]
Initializes a new instance of the FileLogOutput class
Namespace: Furcadia.Logging
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public FileLogOutput(
Level level = Level.Error
)
VB
Public Sub New (
Optional level As Level = Level.Error
)
VB Usage
Dim level As Level
Dim instance As New FileLogOutput(level)
C++
public:
FileLogOutput(
Level level = Level::Error
)
F#
new :
?level : Level
(* Defaults:
let _level = defaultArg level Level.Error
*)
-> FileLogOutput
- level (Optional)
- Type: Furcadia.Logging.Level
[Missing documentation for "M:Furcadia.Logging.FileLogOutput.#ctor(Furcadia.Logging.Level)"]