
com.avaje.ebean.LogLevel Maven / Gradle / Ivy
The newest version!
package com.avaje.ebean;
/**
* The transaction log level.
*
* This is used to define how much Ebean should log such as generated SQL.
*
*/
public enum LogLevel {
/**
* No logging.
*/
NONE,
/**
* Log only a summary level.
*/
SUMMARY,
/**
* Log generated SQL/DML and binding variables.
*/
SQL
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy