Class LoggingConfigEntry
java.lang.Object
com.atlassian.confluence.impl.logging.admin.LoggingConfigEntry
- All Implemented Interfaces:
Serializable
Represents a Log4j Config entry, corresponding to a Class or Package mapped to a Level.
- Since:
- 7.17
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLoggingConfigEntry
(String clazz, String level) LoggingConfigEntry
(String clazz, org.apache.log4j.Level level) -
Method Summary
-
Constructor Details
-
LoggingConfigEntry
public LoggingConfigEntry() -
LoggingConfigEntry
-
LoggingConfigEntry
-
-
Method Details
-
isRoot
public boolean isRoot() -
getClazz
-
getLevel
OGNL forces me to match getter and setter types. Possibly this could be avoided by use of a TypeConverter.- Returns:
- the string
-
setClazz
-
setLevel
-