Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Logger.Level

public enum Level

Enumeration of log levels.

Enum Constants

public static final Logger.Level BASIC

Useful information on the functioning of the system. This is the default log level.

public static final Logger.Level DEBUG

Logging of SDK operations, and for debug purposes, logging of internal information specific to RealVNC’s implementation.

public static final Logger.Level ERROR

Information that the program is likely to stop functioning correctly.

public static final Logger.Level FULL

Comprehensive logging of all SDK operations (may degrade performance, and the log file will also contain secure information such as keystrokes)

×