Class LoggerService


  • @ApplicationScoped
    @Named
    public class LoggerService
    extends org.gluu.service.logger.LoggerService
    Logger service
    Author:
    Yuriy Movchan Date: 08/19/2018
    • Constructor Summary

      Constructors 
      Constructor Description
      LoggerService()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getExternalLoggerConfiguration()  
      java.lang.String getLoggingLayout()  
      java.lang.String getLoggingLevel()  
      boolean isDisableJdkLogger()  
      • Methods inherited from class org.gluu.service.logger.LoggerService

        create, initTimer, initTimer, resetLoggerConfigLocation, updateLoggerSeverity, updateLoggerSeverity, updateLoggerTimerEvent
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoggerService

        public LoggerService()
    • Method Detail

      • isDisableJdkLogger

        public boolean isDisableJdkLogger()
        Specified by:
        isDisableJdkLogger in class org.gluu.service.logger.LoggerService
      • getLoggingLevel

        public java.lang.String getLoggingLevel()
        Specified by:
        getLoggingLevel in class org.gluu.service.logger.LoggerService
      • getExternalLoggerConfiguration

        public java.lang.String getExternalLoggerConfiguration()
        Specified by:
        getExternalLoggerConfiguration in class org.gluu.service.logger.LoggerService
      • getLoggingLayout

        public java.lang.String getLoggingLayout()
        Specified by:
        getLoggingLayout in class org.gluu.service.logger.LoggerService