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

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • isReady

      boolean isReady()
      Returns:
      true if the configuration is complete and the handler is capable to immediately start processing the data.