Method Summary |
|
public void | addHandler(Handler handler) |
public void | addLogger(LoggerConfig logger) Adds a logger. |
public String | getFormat() A format string uses EL expressions and the EL variable `log', which is an
instance of LogRecord. |
public String | getLevel() Sets the output level. |
public String | getName() Returns the name of the logger to configure. |
public String | getTagName() Returns the tag name. |
public void | init() Initialize the log. |
public void | setFormat(RawString format) A format string uses EL expressions and the EL variable `log', which is an
instance of LogRecord. |
public void | setFormatter(Formatter formatter) Sets the formatter. |
public void | setId(String name) Sets the name of the logger to configure. |
public void | setLevel(String level) Sets the output level. |
public void | setMbeanName(String name) Sets the mbean-name of the logger to configure. |
public void | setName(String name) Sets the name of the logger to configure. |
public void | setTimestamp(String timestamp) Sets the timestamp. |
public void | setUseParentHandlers(boolean useParentHandlers) |
static Level | toLevel(String level) |