Learn how to evaluate and integrate the VNC SDK
Logger.Level¶
-
class
vncsdk.Logger.Level¶ Enumeration of log levels.
Enumeration Attributes¶
-
vncsdk.Logger.Level.ERROR¶ Information that the program is likely to stop functioning correctly.
-
vncsdk.Logger.Level.BASIC¶ Useful information on the functioning of the system. This is the default log level.
-
vncsdk.Logger.Level.FULL¶ Comprehensive logging of all SDK operations (may degrade performance, and the log file will also contain secure information such as keystrokes)
-
vncsdk.Logger.Level.DEBUG¶ Logging of SDK operations, and for debug purposes, logging of internal information specific to RealVNC’s implementation.