|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AdminLogging.LogLevelStmt>
com.avaje.ebean.AdminLogging.LogLevelStmt
public static enum AdminLogging.LogLevelStmt
Statement logging level.
For defining the amount of logging on queries, insert, update and delete statements.
| Enum Constant Summary | |
|---|---|
BINDING
Log summary and additionally the binding variables. |
|
NONE
No logging. |
|
SQL
Log all including the binding variables and generated SQL/DML. |
|
SUMMARY
Log only a summary level. |
|
| Method Summary | |
|---|---|
static AdminLogging.LogLevelStmt |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AdminLogging.LogLevelStmt[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AdminLogging.LogLevelStmt NONE
public static final AdminLogging.LogLevelStmt SUMMARY
public static final AdminLogging.LogLevelStmt BINDING
public static final AdminLogging.LogLevelStmt SQL
| Method Detail |
|---|
public static AdminLogging.LogLevelStmt[] values()
for (AdminLogging.LogLevelStmt c : AdminLogging.LogLevelStmt.values()) System.out.println(c);
public static AdminLogging.LogLevelStmt valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||