You might success with:
[TaskName("loglevel")]
public class LogLevelTask : Task
{
private Level _LogLevel;
private TaskContainer _Tasks;
[BuildElement("do", Required = true)]
public TaskContainer Tasks
{
get
{
return _Tasks;
Michael Frederick wrote:
> I have an task which produces output that I want to capture in
> a file, but not have present in the NAnt output. No matter what
> combination of settings I have tried I cannot seem to produce this
> result. Here's the original project file:
> ...
>
> I have tried
I have an
task which produces output that I want to capture in a file, but
not have present in the NAnt output. No matter what combination of
settings I have tried I cannot seem to produce this result. Here's the
original project file:
program="$