Uses of Enum Class
org.wso2.carbon.utils.DiagnosticLog.LogDetailLevel
Packages that use DiagnosticLog.LogDetailLevel
-
Uses of DiagnosticLog.LogDetailLevel in org.wso2.carbon.utils
Methods in org.wso2.carbon.utils that return DiagnosticLog.LogDetailLevelModifier and TypeMethodDescriptionDiagnosticLog.getLogDetailLevel()Returns the log detail level of the diagnostic log.static DiagnosticLog.LogDetailLevelReturns the enum constant of this class with the specified name.static DiagnosticLog.LogDetailLevel[]DiagnosticLog.LogDetailLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.wso2.carbon.utils with parameters of type DiagnosticLog.LogDetailLevelModifier and TypeMethodDescriptionDiagnosticLog.DiagnosticLogBuilder.logDetailLevel(DiagnosticLog.LogDetailLevel logDetailLevel) Sets the log detail level of the DiagnosticLog.