[Nant-users] Adding a custom logger

2003-03-28 Thread Erik A Saltwell
I have written a class that derives from both IBuildEventListener & LogListener.  This class is compiled into its own assembly (dll).  What is the right way to get NAnt to use that listener?  I tried using –logger: on the command line, but it does not know which assembly contains the new li

[Nant-users] Adding a custom logger

2003-03-28 Thread Erik A Saltwell
I have written a class that derives from both IBuildEventListener & LogListener.  This class is compiled into its own assembly (dll).  What is the right way to get NAnt to use that listener?  I tried using –logger: on the command line, but it does not know which assembly contains the new li