Class ConfigLoggingHelper


  • public class ConfigLoggingHelper
    extends HelperBase
    • Constructor Detail

      • ConfigLoggingHelper

        public ConfigLoggingHelper()
    • Method Detail

      • setContextId

        public void setContextId​(String contextId)
        Description copied from class: HelperBase
        Configure this bean to query a particular router context
        Overrides:
        setContextId in class HelperBase
        Parameters:
        contextId - beginning few characters of the routerHash, or null to pick the first one we come across.
        Since:
        0.9.57
      • getLogFilePattern

        public String getLogFilePattern()
      • getRecordPattern

        public String getRecordPattern()
      • getDatePattern

        public String getDatePattern()
      • getMaxFileSize

        public String getMaxFileSize()
      • getLogCompress

        public String getLogCompress()
        Since:
        0.9.57
      • getLogLevelTable

        public String getLogLevelTable()
      • getDefaultLogLevelBox

        public String getDefaultLogLevelBox()
      • getNewClassBox

        public String getNewClassBox()
        All the classes the log manager knows about, except ones that already have overrides
        Since:
        0.8.1