Click or drag to resize
ILogWriteLine Method (String, Object)
Writes a line of text to the log file.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void WriteLine(
	string format,
	params Object[] args
)

Parameters

format
Type: SystemString
args
Type: SystemObject
See Also