setLoggingEnabled
Enables or disables logging for the cluster renderer.
When enabled, the renderer will log internal operations such as cluster rendering, marker updates, and other debug information. This is useful for development and debugging, but should typically be disabled in production builds.
Parameters
enabled
true
to enable logging; false
to disable it.