The log extension writes a summary of test execution progress to the test runner's logger so the user can monitor what's going on.

Namespace:  Gallio.Runner.Extensions
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)

Syntax

C#
public class LogExtension : TestRunnerExtension
Visual Basic (Declaration)
Public Class LogExtension _
	Inherits TestRunnerExtension

Remarks

Passing tests are recorded with severity Info, warnings are recorded with severity Warning and failures are recorded with severity Error.

Inheritance Hierarchy

System..::.Object
  Gallio.Runner.Extensions..::.TestRunnerExtension
    Gallio.Runner.Extensions..::.LogExtension

See Also