Learn how to evaluate and integrate the VNC SDK
Logger.Level¶
-
enum Logger.Level¶ Enumeration of log levels.
For more information, see
vnc_Logger_Levelin the C API documentation.
Fields¶
-
Logger.Level.Error¶ Information that the program is likely to stop functioning correctly.
-
Logger.Level.Basic¶ Useful information on the functioning of the system.This is the default log level.
-
Logger.Level.Full¶ Comprehensive logging of all SDK operations (may degrade performance, and the log file will also contain secure information such as keystrokes)
-
Logger.Level.Debug¶ Logging of SDK operations, and for debug purposes, logging of internal information specific to RealVNC’s implementation.