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