public static class

ConfigureLog4jAction.LoggingConfigEntry

extends Object
implements Comparable<T>
java.lang.Object
   ↳ com.atlassian.confluence.admin.actions.ConfigureLog4jAction.LoggingConfigEntry

Class Overview

Represents a Log4j Config entry, corresponding to a Class or Package mapped to a Level.

Summary

Public Constructors
ConfigureLog4jAction.LoggingConfigEntry()
ConfigureLog4jAction.LoggingConfigEntry(String clazz, Level level)
ConfigureLog4jAction.LoggingConfigEntry(String clazz, String level)
Public Methods
int compareTo(Object o)
String getClazz()
String getLevel()
OGNL forces me to match getter and setter types.
boolean isRoot()
void setClazz(String clazz)
void setLevel(String level)
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.lang.Comparable

Public Constructors

public ConfigureLog4jAction.LoggingConfigEntry ()

public ConfigureLog4jAction.LoggingConfigEntry (String clazz, Level level)

public ConfigureLog4jAction.LoggingConfigEntry (String clazz, String level)

Public Methods

public int compareTo (Object o)

public String getClazz ()

public String getLevel ()

OGNL forces me to match getter and setter types. Possibly this could be avoided by use of a TypeConverter.

Returns
  • the string

public boolean isRoot ()

public void setClazz (String clazz)

public void setLevel (String level)