On Thu, 21 Jun 2001, Stas Bekman wrote:
> Another issue that bothers me is the use of globals to control the
> behavior of the module ($Level and $LogFH) if somebody forgets to localize
> these when overriding it breaks the behavior of this module in other
> places. Should we use OOP instead?
nah, stick with the exported functions and globals, much more convenient
in this case.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]