{"library":"fluent-logger","type":"library","category":null,"description":"fluent-logger-python is a Python library used to record events from Python applications to Fluentd or Fluent Bit. It provides both an event-based interface (`FluentSender`) and a standard Python `logging.Handler` (`FluentHandler`) for structured logging. The current version is 0.11.1 and it is actively maintained with regular releases.","language":"python","status":"active","version":"0.11.1","tags":["logging","fluentd","fluent-bit","observability","structured-logging"],"last_verified":"Thu May 21","install":[{"cmd":"pip install fluent-logger","imports":["from fluent import sender\nlogger = sender.FluentSender('app_tag', host='localhost', port=24224)","from fluent import handler\nfluent_handler = handler.FluentHandler('app.tag')","from fluent import handler\nformatter = handler.FluentRecordFormatter({'host': '%(hostname)s', 'where': '%(module)s.%(funcName)s'})"]}],"homepage":null,"github":"https://github.com/fluent/fluent-logger-python","docs":null,"changelog":null,"pypi":"https://pypi.org/project/fluent-logger/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.6,"avg_import_s":0.02,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/fluent-logger/compatibility"}}