Click or drag to resize

builderForLog Constructor (String, Boolean, getWritableFileMode)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
New instance of builderForLog

Namespace:  imbACE.Core.core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public builderForLog(
	string __filename,
	bool autoSave,
	getWritableFileMode mode = getWritableFileMode.autoRenameExistingOnOtherDate
)
Request Example View Source

Parameters

__filename
Type: SystemString
The log output filename with extension .md. It will automatically set .md extension
autoSave
Type: SystemBoolean
if set to true if will do automatic save on each log call.
mode (Optional)
Type: getWritableFileMode
See Also