class ZoomLogger
Utility class that can log traces and info.
LEVEL_ERROR |
Error logging level const val LEVEL_ERROR: Int |
LEVEL_INFO |
Info logging level const val LEVEL_INFO: Int |
LEVEL_VERBOSE |
Verbose logging level const val LEVEL_VERBOSE: Int |
LEVEL_WARNING |
Warning logging level const val LEVEL_WARNING: Int |
setLogLevel |
Set the most verbose log level to output in log fun setLogLevel(logLevel: Int): Unit |