Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Logger.Level

vncsdk.Logger.Level

Enumeration of log levels.

Enum Constants

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.

×