logs
add_log_entries
Add extra entries into an existing log.
Arguments:
logs
- The log(s) to update with extra entries. Looks for the current active log ifoverwrite
- Whether or not to overwrite an entry pre-existing with the same name.mutable
- Either a boolean to apply uniform mutability for all entries, or a dictionary mapping entry names to booleans for per-field control.api_key
- If specified, unify API key to be used. Defaults to the value in theentries
- Dictionary containing one or more key:value pairs that will be logged
Returns:
A message indicating whether the logs were successfully updated.