Logs a message with the given priority.
Logs a message with the given priority.
public override void Log(Level,string);
Logs a formatted message with the given priority.
public override void Log(Level,string,params object[]);
Task Class | NAnt.Core Namespace