Uses of Enum Class
com.bytedesk.call.esl.client.internal.IModEslApi.LoggingLevel
Packages that use IModEslApi.LoggingLevel
Package
Description
FreeSWITCH ESL(Event Socket Library)客户端实现的内嵌版本。
-
Uses of IModEslApi.LoggingLevel in com.bytedesk.call.esl
Methods in com.bytedesk.call.esl with parameters of type IModEslApi.LoggingLevelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<?>>EslController.setLogLevel(IModEslApi.LoggingLevel level) EslService.setLogLevel(IModEslApi.LoggingLevel level) 设置 FreeSWITCH 日志输出级别(同 console.conf 的级别枚举) -
Uses of IModEslApi.LoggingLevel in com.bytedesk.call.esl.client.inbound
Methods in com.bytedesk.call.esl.client.inbound with parameters of type IModEslApi.LoggingLevelModifier and TypeMethodDescriptionClient.setLoggingLevel(IModEslApi.LoggingLevel level) Enable log output. -
Uses of IModEslApi.LoggingLevel in com.bytedesk.call.esl.client.internal
Methods in com.bytedesk.call.esl.client.internal that return IModEslApi.LoggingLevelModifier and TypeMethodDescriptionstatic IModEslApi.LoggingLevelReturns the enum constant of this class with the specified name.static IModEslApi.LoggingLevel[]IModEslApi.LoggingLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.bytedesk.call.esl.client.internal with parameters of type IModEslApi.LoggingLevelModifier and TypeMethodDescriptionContext.setLoggingLevel(IModEslApi.LoggingLevel level) Enable log output.IModEslApi.setLoggingLevel(IModEslApi.LoggingLevel level)