Class AbstractLoggerManager

  • All Implemented Interfaces:
    LoggerManager

    public abstract class AbstractLoggerManager
    extends java.lang.Object
    implements LoggerManager
    Version:
    $Id: AbstractLoggerManager.java 4796 2006-11-23 21:24:11Z jvanzyl $
    • 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.