Click or drag to resize

aceLogAppend Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Core.core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public void Append(
	string content,
	appendType type = appendType.none,
	bool breakLine = false
)
Request Example View Source

Parameters

content
Type: SystemString
type (Optional)
Type: appendType
breakLine (Optional)
Type: SystemBoolean

Implements

ITextAppendContent.Append(String, appendType, Boolean)
See Also