Class AbstractLoggerManager

    • Constructor Detail

      • AbstractLoggerManager

        public AbstractLoggerManager()
    • Method Detail

      • setThreshold

        public void setThreshold​(java.lang.String role,
                                 int threshold)
        Specified by:
        setThreshold in interface LoggerManager
      • toMapKey

        protected java.lang.String toMapKey​(java.lang.String role,
                                            java.lang.String roleHint)
        Creates a string key useful as keys in Map's.
        Parameters:
        role - The component role.
        roleHint - The component role hint.
        Returns:
        Returns a string thats useful as a key for components.