{"id":63788,"library":"influxdata-wlog","title":"InfluxData wlog","description":"Provides an io.Writer that filters log messages based on a log level (DEBUG, INFO, WARN, ERROR).","status":"active","version":"0.0.0-20160411224016-7c63b0a71ef8","language":"go","source_language":null,"source_url":"https://github.com/influxdata/wlog","tags":["logging","filter","io-writer","influxdata"],"install":[{"cmd":"go get github.com/influxdata/wlog","lang":"bash","label":"Install github.com/influxdata/wlog"}],"dependencies":[],"imports":[{"symbol":"wlog","correct":"github.com/influxdata/wlog"}],"quickstart":{"code":"package main\n\nimport (\n\t\"log\"\n\t\"os\"\n\t\"github.com/influxdata/wlog\"\n)\n\nfunc main() {\n\tlogger := log.New(os.Stderr, \"\", log.LstdFlags)\n\tlogger.SetOutput(wlog.New(os.Stderr, wlog.INFO))\n\tlogger.Println(\"This is an info message\")\n}","lang":"go","description":"Creates a logger that filters messages by level"},"warnings":[],"env_vars":null,"search_vec":"'base':10 'debug':15 'error':18 'filter':7,20 'influxdata':1,24 'info':16 'io':22 'io-writ':21 'io.writer':5 'level':14 'log':8,13,19 'messag':9 'provid':3 'warn':17 'wlog':2 'writer':23","created_at":"2026-06-17T16:48:04.824573+00:00","updated_at":"2026-06-17T16:48:04.824573+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/influxdata/wlog","github":"https://github.com/influxdata/wlog","docs":"https://pkg.go.dev/github.com/influxdata/wlog#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["logging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}