Writes an array of characters 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( char[] value ) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub WriteLine ( _ value As Char() _ ) |
Parameters
- value
- Type: array<
System..::.Char
>[]()[]
The array of characters.
Remarks
This is a convenience method that forwards the request to the current default log stream writer as returned by the Default property.
