Class GlassFishLogger

java.lang.Object
java.util.logging.Logger
org.glassfish.main.jul.GlassFishLogger

public class GlassFishLogger extends Logger
Custom Logger, integrated with GlassFishLogManager, so if the log manager is reconfiguring, the logger reacts on states of the log manager. Then log records can be redirected to a startup queue (if the logging is not configured or is reconfiguring) or the calling thread is blocked until the log manager finishes flushing of the queue) or processed as usually.
Author:
David Matejcek