ModeShape Distribution 3.0.0.CR1

Uses of Class
org.modeshape.common.logging.Logger.Level

Packages that use Logger.Level
org.modeshape.common.collection A set of common classes for dealing with collections of other objects. 
org.modeshape.common.logging   
 

Uses of Logger.Level in org.modeshape.common.collection
 

Methods in org.modeshape.common.collection that return Logger.Level
 Logger.Level Problem.Status.getLogLevel()
           
protected  Logger.Level AbstractProblems.logLevelFor(Problem.Status status)
           
 

Uses of Logger.Level in org.modeshape.common.logging
 

Methods in org.modeshape.common.logging that return Logger.Level
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.common.logging with parameters of type Logger.Level
 void Logger.log(Logger.Level level, I18nResource message, Object... params)
          Log a message at the supplied level according to the specified format and (optional) parameters.
 void Logger.log(Logger.Level level, Throwable t, I18nResource message, Object... params)
          Log an exception (throwable) at the supplied level with an accompanying message.
 


ModeShape Distribution 3.0.0.CR1

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