logger
logger.file_logger
FileLogger
start
Start the logger and return the session_id.
log_chat_completion
Log a chat completion.
log_new_agent
Log a new agent instance.
log_event
Log an event from an agent or a string source.
log_new_wrapper
Log a new wrapper instance.
log_new_client
Log a new client instance.
log_function_use
Log a registered function(can be a tool) use from an agent or a string source.
get_connection
Method is intentionally left blank because there is no specific connection needed for the FileLogger.
stop
Close the file handler and remove it from the logger.