Element.

Log(Level, string) Method

Summary

Logs a message with the given priority.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
Element

Syntax

public virtual void Log(Level messageLevel, string format)

Remarks

The actual logging is delegated to the project.

Parameters

Name Type Description
messageLevel Level The message priority at which the specified message is to be logged.
format string The message to be logged.

Return Value

Type Description
void