|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AdminLogging
Administrative control over transaction logging at runtime.
Enables an administrator to change the amount of transaction logging that occurs while the application is running.
| Method Summary | |
|---|---|
LogLevel |
getLogLevel()
Return the overall transaction logging level. |
boolean |
isDebugGeneratedSql()
Returns true if generated sql is logged to the console. |
boolean |
isDebugLazyLoad()
Return true if lazy loading should be debugged. |
void |
setDebugGeneratedSql(boolean debugSql)
Set to true to Log generated sql to the console. |
void |
setDebugLazyLoad(boolean debugLazyLoad)
Set the debugging on lazy loading. |
void |
setLogLevel(LogLevel defaultLogLevel)
Set the overall transaction logging level. |
| Method Detail |
|---|
void setLogLevel(LogLevel defaultLogLevel)
LogLevel getLogLevel()
boolean isDebugGeneratedSql()
void setDebugGeneratedSql(boolean debugSql)
boolean isDebugLazyLoad()
void setDebugLazyLoad(boolean debugLazyLoad)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||