public class SupportLevel
extends org.apache.log4j.Level
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Level |
SUPPORT |
static int |
SUPPORT_INT |
Constructor and Description |
---|
SupportLevel(int level,
String levelStr,
int syslogEquivalent) |
Modifier and Type | Method and Description |
---|---|
static org.apache.log4j.Level |
toLevel(int val) |
static org.apache.log4j.Level |
toLevel(int val,
org.apache.log4j.Level defaultLevel) |
static org.apache.log4j.Level |
toLevel(String sArg) |
static org.apache.log4j.Level |
toLevel(String sArg,
org.apache.log4j.Level defaultLevel) |
public static final int SUPPORT_INT
public static final org.apache.log4j.Level SUPPORT
public SupportLevel(int level, String levelStr, int syslogEquivalent)
public static org.apache.log4j.Level toLevel(String sArg)
public static org.apache.log4j.Level toLevel(int val)
public static org.apache.log4j.Level toLevel(int val, org.apache.log4j.Level defaultLevel)
public static org.apache.log4j.Level toLevel(String sArg, org.apache.log4j.Level defaultLevel)
Copyright © 2014. All rights reserved.