class documentation

class LoggingConfig: (source)

View In Hierarchy

Configuration for runtime logging.

Class Variable default Default logging configuration of Core WARN level and other ERROR level.
Class Variable filter Filter for logging. Can use TelemetryFilter or raw string.
Class Variable forwarding If present, Core logger messages will be forwarded to a Python logger. See the LogForwardingConfig docs for more info.
Method _to_bridge_config Undocumented

Default logging configuration of Core WARN level and other ERROR level.

Filter for logging. Can use TelemetryFilter or raw string.

If present, Core logger messages will be forwarded to a Python logger. See the LogForwardingConfig docs for more info.

Warning

This API is experimental

Undocumented