Uses of Class
org.jboss.dna.common.util.Logger.Level

Packages that use Logger.Level
org.jboss.dna.common.monitor   
org.jboss.dna.common.util   
 

Uses of Logger.Level in org.jboss.dna.common.monitor
 

Constructors in org.jboss.dna.common.monitor with parameters of type Logger.Level
LoggingProgressMonitor(ProgressMonitor delegate, Logger logger, Logger.Level level)
           
LoggingProgressMonitor(ProgressMonitor delegate, Logger logger, Logger.Level level, java.util.Locale locale)
           
 

Uses of Logger.Level in org.jboss.dna.common.util
 

Methods in org.jboss.dna.common.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(java.lang.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're declared.
 

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



Copyright © 2008. All Rights Reserved.