Package | Description |
---|---|
org.modeshape.common.collection |
A set of common classes for dealing with collections of other objects.
|
org.modeshape.common.logging |
Modifier and Type | Method and Description |
---|---|
Logger.Level |
Problem.Status.getLogLevel() |
protected Logger.Level |
AbstractProblems.logLevelFor(Problem.Status status) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.