API Reference
runtime_logging
start
Start logging for the runtime.
Arguments:
logger
BaseLogger - A logger instancelogger_type
str - The type of logger to use (default: sqlite)config
dict - Configuration for the logger
Returns:
session_id (str(uuid.uuid4)): a unique id for the logging session