| Package | Description |
|---|---|
| org.hawkular.btm.api.logging |
| 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 |
|---|---|
boolean |
Logger.isLoggable(Logger.Level l)
This method determines whether the supplied logging level is loggable.
|
void |
Logger.log(Logger.Level mesgLevel,
String mesg,
Throwable t)
This method logs a message at the supplied message level
with an optional exception.
|
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.