public class CrowdLoggingConfiguration extends Object
Constructor and Description |
---|
CrowdLoggingConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getAppenderName() |
String |
getLogFileName() |
void |
setAppenderName(String name) |
void |
setLogFileName(String file)
Configuration to be passed to the CrowdHomeLogAppender when it switches to file logging.
|
public void setLogFileName(String file)
file
- just the log file name (not the full path)public String getLogFileName()
public void setAppenderName(String name)
name
- the name of the CrowdLoggingConfigurationListener in the log4j configuration.public String getAppenderName()
Copyright © 2021 Atlassian. All rights reserved.