public class YoSpaceLogLevelConfiguration extends Object
- This object can be passed to YoSpaceDescription
.
Modifier and Type | Class and Description |
---|---|
static class |
YoSpaceLogLevelConfiguration.Builder
The builder for the YoSpace log level configuration.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isHttpEnabled()
Returns whether HTTP logs are enabled.
|
boolean |
isId3TagsEnabled()
Returns whether ID3 tag logs are enabled.
|
boolean |
isParsingEnabled()
Returns whether parsing logs are enabled.
|
boolean |
isPollingEnabled()
Returns whether polling logs are enabled.
|
boolean |
isRawXmlEnabled()
Returns whether raw xml logs are enabled.
|
boolean |
isReportsEnabled()
Returns whether report logs are enabled.
|
public boolean isPollingEnabled()
public boolean isId3TagsEnabled()
public boolean isParsingEnabled()
public boolean isReportsEnabled()
public boolean isHttpEnabled()
public boolean isRawXmlEnabled()