Gets the current log writer.
Namespace:
Gallio.FrameworkAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)
Syntax
| C# |
|---|
public static MarkupDocumentWriter Writer { get; } |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Property Writer As MarkupDocumentWriter |
Return Value
The execution log, never null.
Exceptions
| Exception | Condition |
|---|---|
| System..::.InvalidOperationException | Thrown if there is no current log writer. |
