{"id":52570,"library":"fluent-fluent-logger-golang","title":"Fluent Logger for Go","description":"A structured logger for Fluentd event collection systems.","status":"active","version":"1.10.1","language":"go","source_language":null,"source_url":"https://github.com/fluent/fluent-logger-golang","tags":["fluentd","logging","events","structured-logging"],"install":[{"cmd":"go get github.com/fluent/fluent-logger-golang","lang":"bash","label":"Install github.com/fluent/fluent-logger-golang"}],"dependencies":[],"imports":[{"symbol":"fluent","correct":"github.com/fluent/fluent-logger-golang"}],"quickstart":{"code":"package main\n\nimport (\n    \"fmt\"\n    \"github.com/fluent/fluent-logger-golang/fluent\"\n)\n\nfunc main() {\n    logger, err := fluent.New(fluent.Config{FluentPort: 24224, FluentHost: \"localhost\"})\n    if err != nil {\n        fmt.Println(err)\n        return\n    }\n    defer logger.Close()\n    err = logger.Post(\"app.log\", map[string]string{\"key\": \"value\"})\n    if err != nil {\n        fmt.Println(err)\n    }\n}","lang":"go","description":"Connects to Fluentd and posts a log event."},"warnings":[],"env_vars":null,"search_vec":"'collect':11 'event':10,15 'fluent':1 'fluentd':9,13 'go':4 'log':14,18 'logger':2,7 'structur':6,17 'structured-log':16 'system':12","created_at":"2026-06-15T07:00:21.261686+00:00","updated_at":"2026-06-15T07:00:21.261686+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/fluent/fluent-logger-golang","github":"https://github.com/fluent/fluent-logger-golang","docs":"https://pkg.go.dev/github.com/fluent/fluent-logger-golang#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["logging","observability"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}