Uses of Class
com.avaje.ebean.LogLevel

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

Uses of LogLevel in com.avaje.ebean
 

Methods in com.avaje.ebean that return LogLevel
 LogLevel Transaction.getLogLevel()
          Return the logLevel this transaction is using.
 LogLevel AdminLogging.getLogLevel()
          Return the overall transaction logging level.
static LogLevel LogLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LogLevel[] 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 LogLevel
 void Transaction.setLogLevel(LogLevel logLevel)
          Set the logLevel to use for this transaction.
 void AdminLogging.setLogLevel(LogLevel defaultLogLevel)
          Set the overall transaction logging level.
 

Uses of LogLevel in com.avaje.ebean.config
 

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

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



Copyright © 2012. All Rights Reserved.