Logger
class is an abstraction built on top of Python’s built-in logging module, offering enhanced capabilities specifically designed for AI agent workflows.
BEEAI_LOG_LEVEL
: Sets the default log level (defaults to “INFO”){timestamp} | {level} | {module}:{function}:{line} - {message}
{timestamp} | {level} | {message}
LoggerError
class.