 | builderForLog Constructor (String, Boolean, getWritableFileMode) |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Namespace:
imbACE.Core.core
Assembly:
imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntaxpublic builderForLog(
string __filename,
bool autoSave,
getWritableFileMode mode = getWritableFileMode.autoRenameExistingOnOtherDate
)
Request Example
View SourceParameters
- __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