FileLogOutput Constructor

FFF3PP

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 44
Syntax
public FileLogOutput(
	Level level = Level.Error
)
Public Sub New ( 
	Optional level As Level = Level.Error
)

Dim level As Level

Dim instance As New FileLogOutput(level)
public:
FileLogOutput(
	Level level = Level::Error
)
new : 
        ?level : Level 
(* Defaults:
        let _level = defaultArg level Level.Error
*)
-> FileLogOutput

Parameters

level (Optional)
Type: Furcadia.LoggingLevel

[Missing <param name="level"/> documentation for "M:Furcadia.Logging.FileLogOutput.#ctor(Furcadia.Logging.Level)"]

See Also