Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Logger.Callback

class Logger.Callback

Callback which handles log messages.

For more information, see vnc_Logger_Callback in the C API documentation.

Nested classes

Constructor summary

Modifier and Type Method and Description

Logger.Callback(Logger.Callback.LogMessageType logMessage = null)

Initializes a new Callback class instance.

Method summary

Modifier and Type Method and Description
void

Logger.Callback.OnLogMessage(Logger.Level level, String message)

Handles the LogMessage event. By default, calls the Logger.Callback.LogMessage delegate.

Constructors

Logger.Callback (Logger.Callback.LogMessageType logMessage = null)

Initializes a new Callback class instance.

For more information, see vnc_Logger_Callback() in the C API documentation.

Methods

void Logger.Callback.OnLogMessage (Logger.Level level, String message)

Handles the LogMessage event. By default, calls the Logger.Callback.LogMessage delegate.

Fields

Logger.Callback.LogMessage

Notification of log messages generated by the SDK.

For more information, see vnc_Logger_Callback::logMessage in the C API documentation.

×