Hi:
I submit two apps to gae,each app using java.util.logging.Logger with differenct logging.properties for logging.But as we know,java.util.logging.LogManager is loader by SystemClassLoader。That is ,all apps will
use the same LogManager。I want to know how can gae do that?Or it hacked jdk log?