| Package | Description |
|---|---|
| io.apiman.manager.ui.client.local | |
| io.apiman.manager.ui.client.local.pages.common | |
| io.apiman.manager.ui.client.local.services |
| Modifier and Type | Method and Description |
|---|---|
void |
LogViewer.addMessage(LoggerSeverity severity,
String message)
Adds a log message to the viewer.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
SeveritySelectBox.optionName(LoggerSeverity option) |
protected String |
SeveritySelectBox.optionValue(LoggerSeverity option) |
| Modifier and Type | Method and Description |
|---|---|
LoggerSeverity |
LoggerService.getSeverity() |
static LoggerSeverity |
LoggerSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggerSeverity[] |
LoggerSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoggerService.log(LoggerSeverity severity,
String messagePattern,
Object... args)
Logs the message with the given severity.
|
void |
LoggerService.setSeverity(LoggerSeverity severity) |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.