DefaultLogger.

MessageLogged(Object, BuildEventArgs) Method

Summary

Signals that a message has been logged.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
DefaultLogger

Syntax

public virtual void MessageLogged(Object sender, BuildEventArgs e)

Remarks

Only messages with a priority higher or equal to the threshold of the logger will actually be output in the build log.

Parameters

Name Type Description
sender Object The source of the event.
e BuildEventArgs A NAnt.Core.BuildEventArgs object that contains the event data.

Return Value

Type Description
void