Uses of Class
org.wso2.carbon.utils.DiagnosticLog.DiagnosticLogBuilder
Packages that use DiagnosticLog.DiagnosticLogBuilder
-
Uses of DiagnosticLog.DiagnosticLogBuilder in org.wso2.carbon.utils
Methods in org.wso2.carbon.utils that return DiagnosticLog.DiagnosticLogBuilderModifier and TypeMethodDescriptionDiagnosticLog.DiagnosticLogBuilder.configParam(String key, Object value) Adds a new key-value pair to the configurations map of the DiagnosticLog.DiagnosticLog.DiagnosticLogBuilder.configParams(Map<String, ?> configurations) Adds all entries from the provided map to the configurations map of the DiagnosticLog.DiagnosticLog.DiagnosticLogBuilder.inputParam(String key, Object value) Adds a new key-value pair to the input map of the DiagnosticLog.DiagnosticLog.DiagnosticLogBuilder.inputParams(Map<String, ?> input) Adds all entries from the provided map to the input map of the DiagnosticLog.DiagnosticLog.DiagnosticLogBuilder.logDetailLevel(DiagnosticLog.LogDetailLevel logDetailLevel) Sets the log detail level of the DiagnosticLog.DiagnosticLog.DiagnosticLogBuilder.resultMessage(String resultMessage) Sets the result message of the DiagnosticLog.DiagnosticLog.DiagnosticLogBuilder.resultStatus(DiagnosticLog.ResultStatus resultStatus) Sets the result status of the DiagnosticLog.