NAnt SDK Documentation - v0.92 |
|
DefaultLogger.Log Method
Empty implementation which allows derived classes to receive the output that is generated in this logger.
[Visual Basic]
Overridable Protected Sub Log( _
ByVal
message As
String _
)
Parameters
-
message
- The message being logged.
See Also
DefaultLogger Class | NAnt.Core Namespace