Represents a logging interface.
Namespace: W3CValidationTasks.Core
Assembly: W3CValidationTasks.Core (in W3CValidationTasks.Core.dll) Version: 1.1.1.40
Syntax
C# |
---|
public interface ILogger |
Visual Basic |
---|
Public Interface ILogger |
Visual C++ |
---|
public interface class ILogger |
Remarks
NAnt tasks must implement a certain base class, so we can't derive from both that class
and the classes that exist in this assembly. This is why we need this interface.