Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 17.0Version 16.0 (current version)Version 15.0Version 14.0Version 13.0Version 12.0Version 11.0Version 10.0Version 2.0

Index

On this page

KMManager.setDebugMode()

Summary

The setDebugMode() enables or disables debugging of Keyman Engine.

Syntax

KMManager.setDebugMode(boolean value)

Parameters

value
Set true to enable debugging, false to disable.

Description

Use this method to enable or disable log output generated by Keyman Engine. By default debugging is disabled.

Examples

Example: Using setDebugMode()

The following script illustrate the use of setDebugMode():

    KMManager.setDebugMode(true);
    // Debugging is now on
    // Initialize KMManager here

See also