Represents a logging interface.

Namespace: W3CValidationTasks.Core
Assembly: W3CValidationTasks.Core (in W3CValidationTasks.Core.dll) Version: 1.1.1.40

Collapse imageSyntax

C#
public interface ILogger
Visual Basic
Public Interface ILogger
Visual C++
public interface class ILogger

Collapse imageRemarks

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.

Collapse imageSee Also