class documentation
class LoggingConfig: (source)
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 |
Undocumented |
If present, Core logger messages will be forwarded to a Python logger.
See the LogForwardingConfig
docs for more info.
Warning
This API is experimental