Class CrowdLoggingConfiguration

java.lang.Object
com.atlassian.crowd.console.logging.CrowdLoggingConfiguration

public class CrowdLoggingConfiguration extends Object
  • Constructor Details

    • CrowdLoggingConfiguration

      public CrowdLoggingConfiguration()
  • Method Details

    • setLogFileName

      public void setLogFileName(String file)
      Configuration to be passed to the CrowdHomeLogAppender when it switches to file logging.
      Parameters:
      file - just the log file name (not the full path)
    • getLogFileName

      public String getLogFileName()
    • setAppenderName

      public void setAppenderName(String name)
      Parameters:
      name - the name of the CrowdLoggingConfigurationListener in the log4j configuration.
    • getAppenderName

      public String getAppenderName()