Class FileLoggerHandlerFactory

  • All Implemented Interfaces:
    org.glassfish.hk2.api.PostConstruct

    @Service
    public class FileLoggerHandlerFactory
    extends Object
    implements org.glassfish.hk2.api.PostConstruct
    A factory for FileLoggerHandler.
    Author:
    Shing Wai Chan
    • Constructor Detail

      • FileLoggerHandlerFactory

        public FileLoggerHandlerFactory()
    • Method Detail

      • postConstruct

        public void postConstruct()
        Specified by:
        postConstruct in interface org.glassfish.hk2.api.PostConstruct
      • removeHandler

        public void removeHandler​(String logFile)