Writes a formatted string followed by a line delimiter.
Namespace:
Gallio.FrameworkAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)
Syntax
| C# |
|---|
public static void WriteLine( string format, params Object[] args ) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub WriteLine ( _ format As String, _ ParamArray args As Object() _ ) |
Parameters
- format
- Type: System..::.String
The format string.
- args
- Type: array<
System..::.Object
>[]()[]
The format string arguments.
Remarks
This is a convenience method that forwards the request to the current default log stream writer as returned by the Default property.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | Thrown if format is null. |
