A null implementation of ILogger that does nothing.

Namespace:  Gallio.Runtime.Logging
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public sealed class NullLogger : BaseLogger
Visual Basic (Declaration)
Public NotInheritable Class NullLogger _
	Inherits BaseLogger

Inheritance Hierarchy

System..::.Object
  Gallio.Runtime.Logging..::.BaseLogger
    Gallio.Runtime.Logging..::.NullLogger

See Also