On Tuesday, October 8, 2002, at 01:36  pm, Nicola Pero wrote:

>
>> PS.
>> I know warn logs are selectable at base library compile time ... I'd 
>> have no problem
>> with (I even like the idea) of having a flag to deselect them at 
>> runtime.
>> eg. --GNU-Debug=NoWarn to turn off warnings.
>>
>> Worthwhile?
>
> Yes - but I'd go much further - I'd say it should be possible to shut 
> up
> completely the base library output to stderr by calling some 
> appropriate
> routines in the software.

It is ... two ways ...

1. By changing the descriptor it writes to.
2. By replacing the function that does the writing.

And without having to call any routines, you can redirect to syslog



_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to