Base implementation of ILogger that performs argument validation and supports convenience methods.

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

Syntax

C#
[SerializableAttribute]
public abstract class BaseLogger : ILogger
Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class BaseLogger _
	Implements ILogger

Inheritance Hierarchy

See Also