Uses of Enum Class
com.atlassian.confluence.it.admin.LoggingAndProfiling.LogLevel
Packages that use LoggingAndProfiling.LogLevel
Package
Description
-
Uses of LoggingAndProfiling.LogLevel in com.atlassian.confluence.it.admin
Methods in com.atlassian.confluence.it.admin that return LoggingAndProfiling.LogLevelModifier and TypeMethodDescriptionstatic LoggingAndProfiling.LogLevelReturns the enum constant of this class with the specified name.static LoggingAndProfiling.LogLevel[]LoggingAndProfiling.LogLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.it.admin with parameters of type LoggingAndProfiling.LogLevelModifier and TypeMethodDescriptionvoidLoggingAndProfiling.addLoggingEntry(String packageName, LoggingAndProfiling.LogLevel level) -
Uses of LoggingAndProfiling.LogLevel in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc that return LoggingAndProfiling.LogLevelModifier and TypeMethodDescriptionConfluenceRpc.setLogLevel(String logger, LoggingAndProfiling.LogLevel level) Deprecated.Sets the log level of the specified logger, returning the old value.Methods in com.atlassian.confluence.it.rpc with parameters of type LoggingAndProfiling.LogLevelModifier and TypeMethodDescriptionConfluenceRpc.setLogLevel(String logger, LoggingAndProfiling.LogLevel level) Deprecated.Sets the log level of the specified logger, returning the old value. -
Uses of LoggingAndProfiling.LogLevel in com.atlassian.confluence.it.rpc.delegates.admin
Methods in com.atlassian.confluence.it.rpc.delegates.admin that return LoggingAndProfiling.LogLevelModifier and TypeMethodDescriptionLoggingRpc.setLogLevel(String loggerName, LoggingAndProfiling.LogLevel level) Methods in com.atlassian.confluence.it.rpc.delegates.admin with parameters of type LoggingAndProfiling.LogLevelModifier and TypeMethodDescriptionLoggingRpc.setLogLevel(String loggerName, LoggingAndProfiling.LogLevel level) -
Uses of LoggingAndProfiling.LogLevel in com.atlassian.confluence.it.system
Methods in com.atlassian.confluence.it.system with parameters of type LoggingAndProfiling.LogLevelModifier and TypeMethodDescriptionvoidLogAdjuster.setLogLevel(String logger, LoggingAndProfiling.LogLevel level) Adjust the log level for a given logger pattern.