{"id":20056209,"url":"https://github.com/devgru/node-ccl","last_synced_at":"2025-05-05T13:33:42.997Z","repository":{"id":1020743,"uuid":"848455","full_name":"devgru/node-ccl","owner":"devgru","description":"Simple context-enabled colored logger for node.js-based apps","archived":false,"fork":false,"pushed_at":"2012-03-11T12:59:59.000Z","size":108,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-06T22:57:39.823Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/devgru.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}},"created_at":"2010-08-19T10:20:22.000Z","updated_at":"2024-06-12T23:12:52.000Z","dependencies_parsed_at":"2022-08-16T11:50:25.077Z","dependency_job_id":null,"html_url":"https://github.com/devgru/node-ccl","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/devgru%2Fnode-ccl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgru%2Fnode-ccl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgru%2Fnode-ccl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgru%2Fnode-ccl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devgru","download_url":"https://codeload.github.com/devgru/node-ccl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224452948,"owners_count":17313668,"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-13T12:52:29.450Z","updated_at":"2024-11-13T12:52:30.042Z","avatar_url":"https://github.com/devgru.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-ccl\n\nColored, context-enabled logger.\n\nIt is in beta version.\n\nThe way I use it:\n\n    //initial global settings\n    var logger = require('node-ccl');\n    logger.setDefaultShowDebug(true);\n    logger.setPadding(8);\n    \n    //using it\n    var log = require('node-ccl').forContext('RUNNER', 'yellow');\n    \n    //and then\n    log.info('blah-blah');\n    log.debug(someJsonObject); //it will use JSON.stringify automaticly\n    log.warn('some bad warning');\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgru%2Fnode-ccl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevgru%2Fnode-ccl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgru%2Fnode-ccl/lists"}