Uses of Class
com.avaje.ebean.AdminLogging.LogLevel

Packages that use AdminLogging.LogLevel
com.avaje.ebean Core API (see Ebean and EbeanServer). 
com.avaje.ebean.config Configuration settings for EbeanServer construction 
 

Uses of AdminLogging.LogLevel in com.avaje.ebean
 

Methods in com.avaje.ebean that return AdminLogging.LogLevel
 AdminLogging.LogLevel AdminLogging.getLoggingLevel()
          Return the overall transaction logging level.
static AdminLogging.LogLevel AdminLogging.LogLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AdminLogging.LogLevel[] AdminLogging.LogLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.avaje.ebean with parameters of type AdminLogging.LogLevel
 void AdminLogging.setLoggingLevel(AdminLogging.LogLevel txLogLevel)
          Set the overall transaction logging level.
 

Uses of AdminLogging.LogLevel in com.avaje.ebean.config
 

Methods in com.avaje.ebean.config that return AdminLogging.LogLevel
 AdminLogging.LogLevel ServerConfig.getLoggingLevel()
          Return the overall transaction logging level.
 

Methods in com.avaje.ebean.config with parameters of type AdminLogging.LogLevel
 void ServerConfig.setLoggingLevel(AdminLogging.LogLevel logging)
          Set the overall transaction logging level.
 



Copyright © 2010. All Rights Reserved.