cldsnchz

Results 1 issues of cldsnchz

Hi, when I set `log.options.logHandler = myConsole` and the call `log.info("test")` `myConsole` is not being invoked. However the following 2 alternatives work fine: `log.console = myConsole` and `log = new...

bug