logConfig property

WasmPluginLogConfig? logConfig
getter/setter pair

Specifies the logging options for the activity performed by this plugin.

If logging is enabled, plugin logs are exported to Cloud Logging. Note that the settings relate to the logs generated by using logging statements in your Wasm code.

Optional.

Implementation

WasmPluginLogConfig? logConfig;