|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Logger.Level | |
|---|---|
| org.jboss.dna.common.util | A set of miscellaneous utilities. |
| org.jboss.dna.graph.request.processor | This portion of the JBoss DNA Graph API defines the processor for requests. |
| 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(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.jboss.dna.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.jboss.dna.graph.request.processor |
|---|
| Constructors in org.jboss.dna.graph.request.processor with parameters of type Logger.Level | |
|---|---|
LoggingRequestProcessor(RequestProcessor delegate,
Logger logger,
Logger.Level level)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||