NAnt SDK Documentation - v0.85-nightly-2005-11-09

DefaultLogger.Log Method 

[This is preliminary documentation and subject to change.]

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 _
)
[C#]
protected virtual void Log(
   string message
);

Parameters

message
The message being logged.

Remarks

Missing <remarks> documentation for M:NAnt.Core.DefaultLogger.Log(System.String)

See Also

DefaultLogger Class | NAnt.Core Namespace