EchoTask.

MessageLevel Property

Summary

The logging level with which the message should be output. The default is NAnt.Core.Level.Info.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
EchoTask

Syntax

[TaskAttribute("level")]
public Level MessageLevel { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
Level