Uses of Class
org.wso2.carbon.utils.DiagnosticLog.LogDetailLevel
-
Packages that use DiagnosticLog.LogDetailLevel Package Description org.wso2.carbon.utils -
-
Uses of DiagnosticLog.LogDetailLevel in org.wso2.carbon.utils
Methods in org.wso2.carbon.utils that return DiagnosticLog.LogDetailLevel Modifier and Type Method Description DiagnosticLog.LogDetailLevelDiagnosticLog. getLogDetailLevel()Returns the log detail level of the diagnostic log.static DiagnosticLog.LogDetailLevelDiagnosticLog.LogDetailLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static DiagnosticLog.LogDetailLevel[]DiagnosticLog.LogDetailLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wso2.carbon.utils with parameters of type DiagnosticLog.LogDetailLevel Modifier and Type Method Description DiagnosticLog.DiagnosticLogBuilderDiagnosticLog.DiagnosticLogBuilder. logDetailLevel(DiagnosticLog.LogDetailLevel logDetailLevel)Sets the log detail level of the DiagnosticLog.
-