Uses of Class
org.wso2.carbon.CarbonConstants.DiagnosticLogMode
-
Packages that use CarbonConstants.DiagnosticLogMode Package Description org.wso2.carbon org.wso2.carbon.utils -
-
Uses of CarbonConstants.DiagnosticLogMode in org.wso2.carbon
Methods in org.wso2.carbon that return CarbonConstants.DiagnosticLogMode Modifier and Type Method Description static CarbonConstants.DiagnosticLogModeCarbonConstants.DiagnosticLogMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CarbonConstants.DiagnosticLogMode[]CarbonConstants.DiagnosticLogMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CarbonConstants.DiagnosticLogMode in org.wso2.carbon.utils
Methods in org.wso2.carbon.utils that return CarbonConstants.DiagnosticLogMode Modifier and Type Method Description static CarbonConstants.DiagnosticLogModeCarbonUtils. getDiagnosticLogMode(int tenantId)Get the diagnostic log mode for the tenant.
-