Hi Fred,
I tried to play around with having both window logger and div logger
active at the same time but with different levels and was
unsuccessfull.
Is it supported?
Basically what I'd like to have is to have my module load with a
hidden div logger which constantly logs error and up and to have the
window logger open and close based on key combinations (already
implemented those handlers) with it's log level as debug
I tried compiling the module with debug (so the compiler won't ommit
those statements) and then onModuleLoad call
Log.getLogger(DivLogger.class).setCurrentLogLevel(Log.ERROR)
but that only disabled the buttons of the div logger while it not kept
the messages from being logged in it.
The viewed behaviour was also consistent with the sources I peaked at.
The other issue I saw in the sources is that the WindowLogger already
has the ability to be programatically closed it's just hidden
(private) and only used when the module is closed. Is there a specific
reason for this decision?

Thanks a lot for reading so far,
Ittai

-- 
You received this message because you are subscribed to the Google Groups 
"gwt-log" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/gwt-log?hl=en.

Reply via email to