Click or drag to resize

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.]

Initializes a new instance of the FileLogOutput class.

Namespace:  Furcadia.Logging
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public FileLogOutput(
	string rootFolder,
	Level level = Level.Error
)

Parameters

rootFolder
Type: SystemString
The root folder.
level (Optional)
Type: Level
The level.
See Also