| I really would prefer not to implement logging in Csound.
In general, I think that things that can be done well and in standard ways with existing facilities should not be done again in Csound. I think Csound should focus its development effort on music unless absolutely required to do something else.
Regards,
Mike
-----Original Message-----
From: Istvan Varga
Sent: Sep 22, 2005 11:20 AM
To: csound@lists.bath.ac.uk
Subject: Re: [Csnd] Logging (-0) removed in Csound 5?
David Akbari wrote:
> [localhost:~] ls -a > list.txt
>
> I get the directory contents in a text file, as expected. However if I do
>
> [localhost:~/csoundpath] ./csound -z1 > cs_opcodes.txt
>
> Csound5 (Sept 21 2005) outputs a blank text file with the opcode list to
> the console window.
Now try
[localhost:~/csoundpath] ./csound -z1 2> cs_opcodes.txt
However, I do have logging implemented in my (not yet committed) sources,
so you may expect that feature to return eventually; of course, unless
everyone agrees to remove logging completely.
--
Send bugs reports to this list.
To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk
--
Send bugs reports to this list.
To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk |