Class CrowdLoggingConfiguration
java.lang.Object
com.atlassian.crowd.console.logging.CrowdLoggingConfiguration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAppenderName
(String name) void
setLogFileName
(String file) Configuration to be passed to the CrowdHomeLogAppender when it switches to file logging.
-
Constructor Details
-
CrowdLoggingConfiguration
public CrowdLoggingConfiguration()
-
-
Method Details
-
setLogFileName
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
-
setAppenderName
- Parameters:
name
- the name of the CrowdLoggingConfigurationListener in the log4j configuration.
-
getAppenderName
-