Click or drag to resize
MooshLogs Method (String, Boolean)
Creates a logger, with a designated output filename.

Namespace: Moosh
Assembly: Moosh (in Moosh.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static MooshLogger Logs(
	string filename,
	bool append = true
)

Parameters

filename
Type: SystemString
An output filename to write to.
append (Optional)
Type: SystemBoolean
A boolean value indicating whether to append to an existing file or overwrite it.

Return Value

Type: MooshLogger
Returns a new Moosh.Logger instance.
See Also