public static class ConfigureLog4jAction.LoggingConfigEntry extends Object implements Comparable<ConfigureLog4jAction.LoggingConfigEntry>
Constructor and Description |
---|
LoggingConfigEntry() |
LoggingConfigEntry(String clazz,
org.apache.log4j.Level level) |
LoggingConfigEntry(String clazz,
String level) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ConfigureLog4jAction.LoggingConfigEntry o) |
String |
getClazz() |
String |
getLevel()
OGNL forces me to match getter and setter types.
|
boolean |
isRoot() |
void |
setClazz(String clazz) |
void |
setLevel(String level) |
public LoggingConfigEntry()
public LoggingConfigEntry(String clazz, org.apache.log4j.Level level)
public boolean isRoot()
public String getClazz()
public String getLevel()
public void setClazz(String clazz)
public void setLevel(String level)
public int compareTo(ConfigureLog4jAction.LoggingConfigEntry o)
compareTo
in interface Comparable<ConfigureLog4jAction.LoggingConfigEntry>
Copyright © 2003–2021 Atlassian. All rights reserved.