NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
Project.Log Method (Task, Level, String)
[This is preliminary documentation and subject to change.]
Writes a Task task level message to the build log with the given Level.
[Visual Basic]
Overloads Public Sub Log( _
ByVal
task As
Task, _
ByVal
messageLevel As
Level, _
ByVal
message As
String _
)
Parameters
-
task
- The Task from which the message originated.
-
messageLevel
- The Level to log at.
-
message
- The message to log.
Remarks
Missing <remarks> documentation for M:NAnt.Core.Project.Log(NAnt.Core.Task,NAnt.Core.Level,System.String)
See Also
Project Class | NAnt.Core Namespace | Project.Log Overload List