Summary
Writes a
NAnt.Core.Project
level message to the build log with
the given NAnt.Core.Level
.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Project
Syntax
public void Log(Level messageLevel, string message)
Parameters
Name | Type | Description |
---|---|---|
messageLevel | Level | The NAnt.Core.Level to log at. |
message | string | The message to log. |
Return Value
Type | Description |
---|---|
void |