[This is preliminary documentation and is subject to change.]

Creates a custom recorder.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
public LogRecorder(
	bool restrictToThisThread,
	params LogType[] thingsToLog
)

Parameters

restrictToThisThread
Boolean
Whether this log recorder should limit recording to messages emitted from the same thread that created this object.
thingsToLog
array<LogType>[]()[][]
A list or array of LogTypes to record.

See Also