Package | Description |
---|---|
com.pushtechnology.diffusion.api |
The Diffusion API comprises a number of packages which provide access to
different aspects of Diffusion.
|
com.pushtechnology.diffusion.api.config |
Diffusion Configuration API.
|
Modifier and Type | Method and Description |
---|---|
static LogDescription.LogLevel |
LogDescription.LogLevel.fromString(String symbol)
Returns log level enum from string representation.
|
LogDescription.LogLevel |
LogDescription.getLevel()
Gets the starting level.
|
static LogDescription.LogLevel |
LogDescription.LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogDescription.LogLevel[] |
LogDescription.LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LogDescription.LogLevel |
LoggingConfig.getConsoleLogLevel()
Gets the console log level.
|
LogDescription.LogLevel |
PublisherConfig.getLogLevel()
Gets the log level for this publisher.
|
Modifier and Type | Method and Description |
---|---|
void |
LoggingConfig.setConsoleLogLevel(LogDescription.LogLevel level)
Sets the console log level.
|
void |
LogConfig.setLevel(LogDescription.LogLevel level)
Sets the starting log level.
|
void |
PublisherConfig.setLogLevel(LogDescription.LogLevel level)
Sets the log level for the publisher.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.