|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Level | |
|---|---|
| com.antelmann.db | This package contains generally useful classes for generic database management. |
| com.antelmann.sql | This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes |
| com.antelmann.util | This package contains generally useful classes that are used throughout the other packages in this framework. |
| com.antelmann.util.logging | This package contains classes that implement a custom logging for this framework - separate from java.util.logging. |
| Uses of Level in com.antelmann.db |
|---|
| Subclasses of Level in com.antelmann.db | |
|---|---|
class |
DBAccessLoggerLevel
used as a level to log database access |
| Constructors in com.antelmann.db with parameters of type Level | |
|---|---|
LoggerTransactionListener(Logger logger,
Level level)
|
|
| Uses of Level in com.antelmann.sql |
|---|
| Fields in com.antelmann.sql declared as Level | |
|---|---|
static Level |
MySQLLog.LEVEL_EXECUTE
|
static Level |
MySQLLog.LEVEL_FETCH
|
static Level |
MySQLLog.LEVEL_OBJECT_CREATION
|
static Level |
MySQLLog.LEVEL_PREPARE
|
static Level |
MySQLLog.LEVEL_QUERY
|
static Level |
MySQLLog.LEVEL_SLOW_QUERY
|
static Level |
MySQLLog.LEVEL_WARN
|
| Methods in com.antelmann.sql that return Level | |
|---|---|
protected Level |
MySQLLog.determineLevel(com.mysql.jdbc.profiler.ProfilerEvent ev)
|
| Uses of Level in com.antelmann.util |
|---|
| Methods in com.antelmann.util that return Level | |
|---|---|
Level |
MonitorDelegate.getLogLevel()
|
| Methods in com.antelmann.util with parameters of type Level | |
|---|---|
void |
MonitorDelegate.setLogLevel(Level level)
|
| Constructors in com.antelmann.util with parameters of type Level | |
|---|---|
InterfaceMonitor.IMLogger(Logger logger,
Level level)
|
|
| Uses of Level in com.antelmann.util.logging |
|---|
| Fields in com.antelmann.util.logging declared as Level | |
|---|---|
static Level |
Level.ALERT
|
static Level |
Level.BEGIN
|
static Level |
Level.COMMENT
|
static Level |
Level.CONFIG
|
static Level |
Level.DEBUG
|
static Level |
Level.DEFAULT
used when no other level was given; corresponds to NORMAL |
static Level |
Level.END
|
static Level |
Level.ERROR
|
static Level |
Level.EXCEPTION
|
static Level |
Level.FAILURE
|
static Level |
Level.FINE
|
static Level |
Level.FINER
|
static Level |
Level.FINEST
|
static Level |
Level.IMPORTANT
|
static Level |
Level.INFO
|
static Level |
Level.NORMAL
|
static Level |
Level.SEVERE
|
static Level |
Level.SUCCESS
|
static Level |
Level.WARNING
|
| Methods in com.antelmann.util.logging that return Level | |
|---|---|
static Level |
Level.forName(String name)
returns the level corresponding to the given name. |
static Level[] |
Level.getKnownLevels()
|
Level |
LogEntry.getLevel()
|
| Methods in com.antelmann.util.logging with parameters of type Level | |
|---|---|
int |
Level.compareTo(Level l)
provides a simple way to order Levels by their assumed importance. |
void |
Logger.log(Level level,
String message,
long time,
String sourceClass,
String sourceString,
Throwable thrown,
String threadName,
StackTraceElement[] stack,
Object[] parameters)
|
void |
Logger.log(Level level,
String message,
Object... parameters)
|
void |
Logger.log(Object origin,
Level level,
String message,
Object... parameters)
|
void |
Logger.log(Object origin,
Level level,
Throwable thrown,
String message,
Object... parameters)
|
void |
LogEntry.setLevel(Level level)
|
| Constructors in com.antelmann.util.logging with parameters of type Level | |
|---|---|
LevelFilter(Level minLevel)
|
|
LogEntry(Level level,
String message,
long time,
String sourceClassName,
String sourceString,
Throwable thrown,
String threadName,
StackTraceElement[] stack,
Object... parameters)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||