NAnt SDK Documentation - v0.92

Project.Log Method

Writes a Project level message to the build log with the given Level.

Overload List

Writes a Project level message to the build log with the given Level.

public void Log(Level,string);

Writes a Project level formatted message to the build log with the given Level.

public void Log(Level,string,params object[]);

Writes a Target level message to the build log with the given Level.

public void Log(Target,Level,string);

Writes a Task task level message to the build log with the given Level.

public void Log(Task,Level,string);

See Also

Project Class | NAnt.Core Namespace