Gets the log writer for this context.
Namespace:
Gallio.FrameworkAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public MarkupDocumentWriter LogWriter { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property LogWriter As MarkupDocumentWriter |
Remarks
Each test step gets its own log writer that is distinct from those of other steps. So the log writer returned by this property is particular to the step represented by this test context.
