Method Summary |
|
public static Appender | convertIntToAppender(int outputType, Object outputDevice) Helper function to convert outputType and device into the
actual appropriate Appender, used for adding output types.
Parameters: outputType - - The output type either CONSOLE, FILE, or STREAM of logging output to be removed. |
public static Class | convertIntToAppenderType(int outputType) Helper function to convert the interfaces outputType (See
LogTarget ) into a log4j equivilent
Appender class. |
final public static Level | convertIntToLevel(int level) Private utility to change between int defined by Logger
and Level class of log4j. |
final public static Priority | convertIntToPriority(int level) Private utility to change between int defined by Logger
and Priority class of log4j. |
final public static String | convertIntToString(int level) |
final public static int | convertLevelToInt(Level level) Private utility to change between int defined by Logger
and Level class of log4j. |
final public static int | convertPriorityToInt(Priority level) Private utility to change between int defined by Logger
and Priority class of log4j. |
final public static int | convertStringToInt(String s) |