Click or drag to resize
ILog.WriteLine 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: System.String
args
Type:System.Object[]
See Also