Class JavaLoggingLogManagerImpl

    • Constructor Detail

      • JavaLoggingLogManagerImpl

        public JavaLoggingLogManagerImpl()
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: LogManager
        Returns a user friendly name of the logging system
        Specified by:
        getName in interface LogManager
        Returns:
        user friendly name of the logging system
      • getAllLogInfo

        public List getAllLogInfo()
        Description copied from interface: LogManager
        Returns a list of LoggerInfo objects each one describing a logger active in the local JVM.
        Specified by:
        getAllLogInfo in interface LogManager
        Returns:
        a List of LogInfo
      • getLogLevels

        public List getLogLevels()
        Returns a list of LevelInfo object each one describing a level valid for the selected logging system.
        Specified by:
        getLogLevels in interface LogManager
        Returns:
        a list of LevelInfo object each one describing a level valid for the selected logging system.