public class CSLoggerLevel
extends org.apache.log4j.Level
| Modifier and Type | Field and Description |
|---|---|
static org.apache.log4j.Level |
CONTENTSTACK
Level representing my log level
|
static int |
CONTENTSTACK_INT
Value of CSLoggerLevel level.
|
| Modifier | Constructor and Description |
|---|---|
protected |
CSLoggerLevel(int arg0,
String arg1,
int arg2)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.log4j.Level |
toLevel(int val)
Checks whether val is CSLoggerLevel#CONTENTSTACK_INT.
|
static org.apache.log4j.Level |
toLevel(int val,
org.apache.log4j.Level defaultLevel)
Checks whether val is CSLoggerLevel#CONTENTSTACK_INT.
|
static org.apache.log4j.Level |
toLevel(String logArgument)
Checks whether logArgument is "CONTENTSTACK" level.
|
static org.apache.log4j.Level |
toLevel(String logArgument,
org.apache.log4j.Level defaultLevel)
Checks whether logArgument is "CONTENTSTACK" level.
|
public static final int CONTENTSTACK_INT
public static final org.apache.log4j.Level CONTENTSTACK
protected CSLoggerLevel(int arg0,
String arg1,
int arg2)
public static org.apache.log4j.Level toLevel(String logArgument)
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 logArgument, org.apache.log4j.Level defaultLevel)
Copyright © 2019 Contentstack. All rights reserved.