| Package | Description |
|---|---|
| net.sf.hajdbc.logging | |
| net.sf.hajdbc.logging.commons | |
| net.sf.hajdbc.logging.jboss | |
| net.sf.hajdbc.logging.jdk | |
| net.sf.hajdbc.logging.slf4j |
| Modifier and Type | Method and Description |
|---|---|
static Level |
Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Level[] |
Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractLogger.log(Level level,
String pattern,
Object... args) |
void |
Logger.log(Level level,
String pattern,
Object... args) |
void |
AbstractLogger.log(Level level,
Throwable e) |
void |
Logger.log(Level level,
Throwable e) |
void |
Logger.log(Level level,
Throwable e,
String pattern,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommonsLogger.log(Level level,
Throwable e,
String pattern,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
void |
JBossLogger.log(Level level,
Throwable e,
String pattern,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
void |
JDKLogger.log(Level level,
Throwable e,
String pattern,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
void |
SLF4JLogger.log(Level level,
Throwable e,
String pattern,
Object... args) |
Copyright © 2004–2014 Paul Ferraro. All rights reserved.