Uses of Enum Class
com.atlassian.confluence.impl.logging.admin.LoggingCategory
Packages that use LoggingCategory
Package
Description
-
Uses of LoggingCategory in com.atlassian.confluence.impl.logging.admin
Methods in com.atlassian.confluence.impl.logging.admin that return LoggingCategoryModifier and TypeMethodDescriptionConfigureLoggingAction.getLoggingCategories()static LoggingCategoryReturns the enum constant of this class with the specified name.static LoggingCategory[]LoggingCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.impl.logging.admin with parameters of type LoggingCategoryModifier and TypeMethodDescriptionbooleanLoggingConfigService.isLoggingCategoryEnabled(LoggingCategory category) voidLoggingConfigService.toggleLoggingCategory(LoggingCategory category, boolean enabled) -
Uses of LoggingCategory in com.atlassian.confluence.impl.logging.log4j.config
Methods in com.atlassian.confluence.impl.logging.log4j.config with parameters of type LoggingCategoryModifier and TypeMethodDescriptionbooleanLog4j2ConfigService.isLoggingCategoryEnabled(LoggingCategory category) voidLog4j2ConfigService.toggleLoggingCategory(LoggingCategory category, boolean enabled)