Uses of Class
org.modeshape.jdbc.util.Logger.Level

Packages that use Logger.Level
org.modeshape.jdbc.util   
 

Uses of Logger.Level in org.modeshape.jdbc.util
 

Methods in org.modeshape.jdbc.util that return Logger.Level
 Logger.Level Logger.getLevel()
          Get the logging level at which this logger is current set.
static Logger.Level Logger.Level.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Logger.Level[] Logger.Level.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.modeshape.jdbc.util with parameters of type Logger.Level
 void Logger.log(Logger.Level level, I18n message, Object... params)
          Log a message at the suplied level according to the specified format and (optional) parameters.
 void Logger.log(Logger.Level level, Throwable t, I18n message, Object... params)
          Log an exception (throwable) at the supplied level with an accompanying message.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.