| Package | Description |
|---|---|
| org.jboss.portletbridge.bridge.logger |
| Modifier and Type | Method and Description |
|---|---|
BridgeLogger.Level |
BridgeLogger.getLogLevel()
Get the Log Level that all log() calls will use.
|
static BridgeLogger.Level |
BridgeLogger.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BridgeLogger.Level[] |
BridgeLogger.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 |
BridgeLogger.log(BridgeLogger.Level logLevel,
String msg)
Log a message using the Level passed, instead of the default.
|
void |
BridgeLogger.log(BridgeLogger.Level logLevel,
String message,
Throwable throwable)
Log a message and throwable using the Level passed, instead of the default.
|
void |
BridgeLogger.setLogLevel(BridgeLogger.Level logLevel)
Modify the Log Level that all log() calls will use.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.