Writes a Project level message to the build log with the given Level.
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);
Project Class | NAnt.Core Namespace