public interface LogService
| Modifier and Type | Interface and Description |
|---|---|
static class |
LogService.LogLevel
The loglevels HiveMQ supports
|
| Modifier and Type | Method and Description |
|---|---|
LogService.LogLevel |
getLogLevel()
Returns the current log level of the internal HiveMQ logger
|
void |
setLogLevel(LogService.LogLevel logLevel)
Changes the log level of the internal HiveMQ logger
This does not support
null parameters. |
void setLogLevel(@NotNull LogService.LogLevel logLevel)
null parameters. If you pass
null, this method is lenient and will ignore the parameterlogLevel - the new loglevelLogService.LogLevel getLogLevel()
Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.