Module org.glassfish.main.jul
Package org.glassfish.main.jul.handler
Interface ExternallyManagedLogHandler
- All Known Implementing Classes:
BlockingExternallyManagedLogHandler,GlassFishLogHandler
public interface ExternallyManagedLogHandler
Handler which can be initialized just partially by the GlassFishLogManager,
so it is capable to start collecting LogRecord instances, but it cannot process
them without additional configuration.- Author:
- David Matejcek
-
Method Summary
-
Method Details
-
isReady
boolean isReady()- Returns:
- true if the configuration is complete and the handler is capable to immediately start processing the data.
-