{"id":18908869,"url":"https://github.com/riesinger/loggos","last_synced_at":"2026-03-06T20:30:20.509Z","repository":{"id":138969628,"uuid":"55405641","full_name":"riesinger/loggos","owner":"riesinger","description":"Simple nodejs logging library","archived":false,"fork":false,"pushed_at":"2016-06-14T12:14:09.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T12:26:58.262Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/riesinger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-04T11:23:21.000Z","updated_at":"2016-04-04T12:14:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"125d0ed6-b27a-43e7-a20a-ab2cf41fa33e","html_url":"https://github.com/riesinger/loggos","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/riesinger%2Floggos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riesinger%2Floggos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riesinger%2Floggos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riesinger%2Floggos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riesinger","download_url":"https://codeload.github.com/riesinger/loggos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239896231,"owners_count":19714990,"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-11-08T09:29:10.103Z","updated_at":"2026-03-06T20:30:20.454Z","avatar_url":"https://github.com/riesinger.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#loggos - the simple nodejs logger for your amazing projects!\n\nNlog is a simple logging library to get you up and running as fast as possible.\nIt features: \n- colored ouput\n- logging to a file and to stdout/stderr\n- asynchronous writing to logfiles, to speed up things\n\n## Installation\nTo use loggos, just do a simple `npm install --save loggos`.\n\n## Examples\n```javascript\nvar Log = require(\"loggos\");\nlog = new Log(\"logfile.log\"); \n//By default, loggos will stop writing to stdout, when a logfile is specified.\nlog.setWriteToConsole(true);\n\nlog.info(\"Tag\", \"This is an informational message\");\n\n```\n\nFor more usage examples, browse the source, I think I have commented enough :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friesinger%2Floggos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friesinger%2Floggos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friesinger%2Floggos/lists"}