ILogWriteLine Method (String, Object) |
Writes a line of text to the log file.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void WriteLine(
string format,
params Object[] args
)
Sub WriteLine (
format As String,
ParamArray args As Object()
)
void WriteLine(
String^ format,
... array<Object^>^ args
)
abstract WriteLine :
format : string *
args : Object[] -> unit
Parameters
- format
- Type: SystemString
- args
- Type: SystemObject
See Also