| Package | Description |
|---|---|
| com.hivemq.spi.services |
| Modifier and Type | Method and Description |
|---|---|
LogService.LogLevel |
LogService.getLogLevel()
Returns the current log level of the internal HiveMQ logger
|
static LogService.LogLevel |
LogService.LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogService.LogLevel[] |
LogService.LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogService.setLogLevel(LogService.LogLevel logLevel)
Changes the log level of the internal HiveMQ logger
This does not support
null parameters. |
Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.