|
FileLogOutput Constructor
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Namespace:
Furcadia.Logging
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public FileLogOutput(
string rootFolder,
Level level = Level.Error
)
Public Sub New (
rootFolder As String,
Optional level As Level = Level.Error
)
Dim rootFolder As String
Dim level As Level
Dim instance As New FileLogOutput(rootFolder,
level)
public:
FileLogOutput(
String^ rootFolder,
Level level = Level::Error
)
new :
rootFolder : string *
?level : Level
(* Defaults:
let _level = defaultArg level Level.Error
*)
-> FileLogOutput
Parameters
- rootFolder
- Type: SystemString
The root folder. - level (Optional)
- Type: Level
The level.
See Also