|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Logger.Level | |
|---|---|
| org.modeshape.common.collection | A set of common classes for dealing with collections of other objects. |
| org.modeshape.common.util | A set of miscellaneous utilities. |
| org.modeshape.graph.request.processor | This portion of the ModeShape Graph API defines the processor for requests. |
| 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.util |
|---|
| Methods in org.modeshape.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(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.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. |
| Uses of Logger.Level in org.modeshape.graph.request.processor |
|---|
| Constructors in org.modeshape.graph.request.processor with parameters of type Logger.Level | |
|---|---|
LoggingRequestProcessor(RequestProcessor delegate,
Logger logger,
Logger.Level level)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||