| Package | Description |
|---|---|
| org.kuali.common.util.log.log4j | |
| org.kuali.common.util.log.log4j.model |
| Modifier and Type | Method and Description |
|---|---|
static Param |
ParamFactory.getFileParam(File file) |
static Param |
ParamFactory.getFileParam(String filename) |
static Param |
ParamFactory.getPatternParam(String pattern) |
static Param |
ParamFactory.getThresholdParam(Threshold threshold) |
| Modifier and Type | Field and Description |
|---|---|
static List<Param> |
Param.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
List<Param> |
Appender.getParams() |
List<Param> |
Layout.getParams() |
| Constructor and Description |
|---|
Layout(Class<?> layoutClass,
Param param) |
| Constructor and Description |
|---|
Appender(String name,
Class<? extends org.apache.log4j.Appender> appenderClass,
Layout layout,
List<Param> params) |
Layout(Class<?> layoutClass,
List<Param> params) |
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.