public static class DevModeLoggingFixes
extends Object
This class is used by the byte code rewriting which happens in DevMode only.
We rewrite all calls that create and access loggers by name to include a
magic, thread specific prefix, which creates a separate tree of loggers for
each thread in DevMode. This works around the issue where DevMode root
loggers are shared between threads and between client/server. These functions
will never be used in Production compiles.
TODO(unnurg): Move this class into gwt-dev
- See Also:
UseMirroredClasses
,
Serialized Form