Click or drag to resize

FileLoggeraddLine Method

add a new line to the logger.

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

Parameters

line
Type: SystemString
contents of line to be added.
See Also