{"library":"fluent-logger","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'})"]}]}