| Modifier and Type | Field and Description |
|---|---|
static int |
LEVEL_ALL |
static int |
LEVEL_DEBUG |
static int |
LEVEL_DEFAULT |
static int |
LEVEL_INFO |
static int |
LEVEL_OFF |
static int |
LEVEL_WARN |
| Constructor and Description |
|---|
AbstractLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String msg,
long arg)
Formats and logs at debug level.
|
Logger |
getLogger(String name) |
static String |
getLoggingProperty(Properties props,
String name,
String property) |
static int |
lookupLoggingLevel(Properties props,
String name)
Get the Logging Level for the provided log name.
|
public static final int LEVEL_DEFAULT
public static final int LEVEL_ALL
public static final int LEVEL_DEBUG
public static final int LEVEL_INFO
public static final int LEVEL_WARN
public static final int LEVEL_OFF
public static int lookupLoggingLevel(Properties props, String name)
props - the properties to checkname - the name to get log forpublic static String getLoggingProperty(Properties props, String name, String property)
Copyright © 2010 - 2020 Adobe. All Rights Reserved