com.webex.connect.core.logging
Allows control of the internal logging system.
The SDK logging system can output information that can help identify operational issues. There are two levels of information, a minimal set for production builds and a more verbose set intended for development builds. The following table provides the package-level declarations.
Package-level declarations | Description |
---|---|
Logger | The Logs a message with the specified log level, tag, message, and optional throwable. |
LogLevel | Enum class representing different log levels. |
File Logger | A logger implementation that logs messages to a file |
Console Logger | A logger implementation that logs messages to the console. |
Updated 8 days ago