help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Re: Logging facility for GNU-smalltalk


From: Paolo Bonzini
Subject: [Help-smalltalk] Re: Logging facility for GNU-smalltalk
Date: Thu, 09 Jul 2009 12:55:17 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Lightning/1.0pre Thunderbird/3.0b2


Also, one could implement a "tee" like functionality, i.e.
duplicating the log output on both stdout and a file. Or even
piping it (eg via nc) to a remote location.
That's something, what I would like to see in the logging interface.

No, that's something that can be useful outside logging, so it must be
implemented as new kinds of stream.

I correct myself. A multiplexing output handler can be useful in case you want to send HTML to a file and text to stdout. This is orthogonal to having a multiplexing stream

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]