Class ConfigLoggingHelper

java.lang.Object
net.i2p.router.web.HelperBase
net.i2p.router.web.helpers.ConfigLoggingHelper

public class ConfigLoggingHelper extends HelperBase
  • Constructor Details

    • ConfigLoggingHelper

      public ConfigLoggingHelper()
  • Method Details

    • 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