DefaultLogger.

Log(string) Method

Summary

Empty implementation which allows derived classes to receive the output that is generated in this logger.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
DefaultLogger

Syntax

protected virtual void Log(string message)

Parameters

Name Type Description
message string The message being logged.

Return Value

Type Description
void