Uses of Class
com.atlassian.confluence.it.admin.LoggingAndProfiling.LogLevel
-
-
Uses of LoggingAndProfiling.LogLevel in com.atlassian.confluence.it.admin
Methods in com.atlassian.confluence.it.admin that return LoggingAndProfiling.LogLevel Modifier and Type Method Description static LoggingAndProfiling.LogLevel
LoggingAndProfiling.LogLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoggingAndProfiling.LogLevel[]
LoggingAndProfiling.LogLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.it.admin with parameters of type LoggingAndProfiling.LogLevel Modifier and Type Method Description void
LoggingAndProfiling. 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.LogLevel Modifier and Type Method Description LoggingAndProfiling.LogLevel
ConfluenceRpc. 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.LogLevel Modifier and Type Method Description LoggingAndProfiling.LogLevel
ConfluenceRpc. 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.LogLevel Modifier and Type Method Description LoggingAndProfiling.LogLevel
LoggingRpc. setLogLevel(String loggerName, LoggingAndProfiling.LogLevel level)
Methods in com.atlassian.confluence.it.rpc.delegates.admin with parameters of type LoggingAndProfiling.LogLevel Modifier and Type Method Description LoggingAndProfiling.LogLevel
LoggingRpc. 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.LogLevel Modifier and Type Method Description void
LogAdjuster. setLogLevel(String logger, LoggingAndProfiling.LogLevel level)
Adjust the log level for a given logger pattern.
-