-
- All Implemented Interfaces:
public class YoSpaceLogLevelConfigurationThe configuration of the Yospace log level.
- This object can be passed to YoSpaceDescription.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classYoSpaceLogLevelConfiguration.BuilderThe builder for the YoSpace log level configuration.
-
Method Summary
Modifier and Type Method Description booleanisPollingEnabled()Returns whether polling logs are enabled. booleanisId3TagsEnabled()Returns whether ID3 tag logs are enabled. booleanisParsingEnabled()Returns whether parsing logs are enabled. booleanisReportsEnabled()Returns whether report logs are enabled. booleanisHttpEnabled()Returns whether HTTP logs are enabled. booleanisRawXmlEnabled()Returns whether raw xml logs are enabled. -
-
Method Detail
-
isPollingEnabled
boolean isPollingEnabled()
Returns whether polling logs are enabled.
-
isId3TagsEnabled
boolean isId3TagsEnabled()
Returns whether ID3 tag logs are enabled.
-
isParsingEnabled
boolean isParsingEnabled()
Returns whether parsing logs are enabled.
-
isReportsEnabled
boolean isReportsEnabled()
Returns whether report logs are enabled.
-
isHttpEnabled
boolean isHttpEnabled()
Returns whether HTTP logs are enabled.
-
isRawXmlEnabled
boolean isRawXmlEnabled()
Returns whether raw xml logs are enabled.
-
-
-
-