Hello,
I'm trying to use a customized logger-class for the logger.
I write a class fooLogger, which implements methods from logger
class fooLogger implements Logger {
}
When I am in Eclipse and run the application, everything works fine.
*If I deploy the application*, the logger won't work. It seems that "Log"
does not know about my "fooLogger" or is not registered although I wrote
"Log.addLogger(..)". The method log(LogRecord) was not called from "Log".
I was wondering why everything is okay when the application is *not
deployed.*...
All suggestions are welcome.
--
You received this message because you are subscribed to the Google Groups
"gwt-log" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/gwt-log/-/1FYXuuBsnggJ.
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.