tlc.client.log
#
Client-side logging functions for the 3LC service.
Module Contents#
Functions#
Function |
Description |
---|---|
Log data to the 3LC service. |
API#
- tlc.client.log.log(data: dict[str, Any], run: tlc.core.objects.mutable_objects.run.Run | tlc.core.url.Url | None = None) None #
Log data to the 3LC service.
- Parameters:
data – The data to log.