|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Level | |
---|---|
it.andynaz.log | Contains classes to do simple logging. |
Uses of Level in it.andynaz.log |
---|
Fields in it.andynaz.log declared as Level | |
---|---|
protected Level |
Logger.level
Indicates the level of the logging. |
Methods in it.andynaz.log that return Level | |
---|---|
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. |
Methods in it.andynaz.log with parameters of type Level | |
---|---|
boolean |
Level.hasToLog(Level logLevel)
Test if a log has to e written. |
void |
Logger.log(Exception e,
Level level)
Writes the log of an exception with a specificied level. |
void |
FileLogger.log(String log,
Level level)
Writes the log. |
void |
Logger.log(String log,
Level level)
Writes a log with a specified level. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |