 | aceLogAppend Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Namespace:
imbACE.Core.core
Assembly:
imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntaxpublic void Append(
string content,
appendType type = appendType.none,
bool breakLine = false
)
Request Example
View SourceParameters
- content
- Type: SystemString
- type (Optional)
- Type: appendType
- breakLine (Optional)
- Type: SystemBoolean
Implements
ITextAppendContent.Append(String, appendType, Boolean)
See Also