Click or drag to resize

MessageLoggeraddInSameLine Method

add a string to the last line of the logger

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void addInSameLine(
	string line
)

Parameters

line
Type: SystemString
line to be added
See Also