The diagnostic log provides services for writing diagnostic messages to the console
or runtime log during a test run.
Namespace:
Gallio.FrameworkAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)
Syntax
| C# |
|---|
public static class DiagnosticLog |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class DiagnosticLog |
Remarks
Diagnostic messages will appear in the test report but they are not associated with any particular tests. Unlike TestLog the messages may not include rich content such as attachments or embedded images.
If you use the diagnostic log to report progress messages, keep in mind that they will all be preserved in the report, making the report larger.
