{"id":16994749,"url":"https://github.com/znerol/libvmod-chromelogger","last_synced_at":"2025-03-22T05:43:52.080Z","repository":{"id":136255779,"uuid":"13001230","full_name":"znerol/libvmod-chromelogger","owner":"znerol","description":"Varnish Module for Chrome Logger","archived":false,"fork":false,"pushed_at":"2013-09-23T15:43:15.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-27T06:28:19.841Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/znerol.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-21T19:47:23.000Z","updated_at":"2013-10-03T07:20:17.000Z","dependencies_parsed_at":"2023-03-12T17:45:35.670Z","dependency_job_id":null,"html_url":"https://github.com/znerol/libvmod-chromelogger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znerol%2Flibvmod-chromelogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znerol%2Flibvmod-chromelogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znerol%2Flibvmod-chromelogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znerol%2Flibvmod-chromelogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/znerol","download_url":"https://codeload.github.com/znerol/libvmod-chromelogger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244913005,"owners_count":20530769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T03:46:26.375Z","updated_at":"2025-03-22T05:43:52.056Z","avatar_url":"https://github.com/znerol.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"=================\nvmod_chromelogger\n=================\n\n--------------------------------\nVarnish Module for Chrome Logger\n--------------------------------\n\n:Author: Lorenz Schori\n:Date: 2013-09-21\n:Version: 0.1\n:Manual section: 3\n\nSYNOPSIS\n========\n\n                import chromelogger;\n\n                sub vcl_recv {\n                    chromelogger.log(\"So long, and thanks for all the fish\");\n                }\n\n                sub vcl_deliver {\n                    ### Collect and encode all log entries\n                    set resp.http.X-ChromeLogger-Data = chromelogger.collect();\n                }\n\n\nDESCRIPTION\n===========\n\nVarnish Module (vmod) for sending log entries to chrome logger\n\n\nFUNCTIONS\n=========\n\nlog\n---\n\nPrototype::\n\n                log(STRING S)\n\nReturn value\n\tNONE\nDescription\n    Record a log message and store it internally.\n\nExample::\n\n                chromelogger.log(\"So long, and thanks for all the fish\");\n\ncollect\n-------\n\nPrototype::\n\n                collect();\n\nReturn value\n\tREAL\n\nDescription\n    Return all log entries and encode them for delivery to the chrome logger\n    client.\n\nExample::\n\n                ### Collect and encode all log entries\n                set resp.http.X-ChromeLogger-Data = chromelogger.collect();\n\n\n\nINSTALLATION\n============\n\nIf you received this packge without a pre-generated configure script, you must\nhave the GNU Autotools installed, and can then run the 'autogen.sh' script. If\nyou received this package with a configure script, skip to the second\ncommand-line under Usage to configure.\n\nUsage::\n\n # Generate configure script\n ./autogen.sh\n\n # Execute configure script\n ./configure VARNISHSRC=DIR [VMODDIR=DIR]\n\n`VARNISHSRC` is the directory of the Varnish source tree for which to\ncompile your vmod. Both the `VARNISHSRC` and `VARNISHSRC/include`\nwill be added to the include search paths for your module.\n\nOptionally you can also set the vmod install directory by adding\n`VMODDIR=DIR` (defaults to the pkg-config discovered directory from your\nVarnish installation).\n\nMake targets:\n\n* make - builds the vmod\n* make install - installs your vmod in `VMODDIR`\n* make check - runs the unit tests in ``src/tests/*.vtc``\n\n\nSEE ALSO\n========\n\n* http://craig.is/writing/chrome-logger\n\nCOPYRIGHT\n=========\n\nThis document is licensed under the same license as the\nlibvmod-chromelogger project. See LICENSE for details.\n\n* Copyright (c) 2013 Lorenz Schori\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fznerol%2Flibvmod-chromelogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fznerol%2Flibvmod-chromelogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fznerol%2Flibvmod-chromelogger/lists"}