ILog.WriteLine 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)
Syntaxvoid 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: System.String
- args
- Type:System.Object[]
See Also