Learn how to evaluate and integrate the VNC SDK
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 |
---|---|
Initializes a new Callback class instance. |
Method summary
Modifier and Type | Method and Description |
---|---|
void |
Handles the LogMessage event.
By default, calls the |
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.