{"id":19224273,"url":"https://github.com/aprowe/easy-fun-log","last_synced_at":"2025-10-06T03:51:42.221Z","repository":{"id":84196639,"uuid":"107644857","full_name":"aprowe/easy-fun-log","owner":"aprowe","description":null,"archived":false,"fork":false,"pushed_at":"2017-10-20T07:15:07.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-23T10:15:44.213Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/aprowe.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":"2017-10-20T07:14:50.000Z","updated_at":"2017-10-20T07:15:08.000Z","dependencies_parsed_at":"2023-05-23T22:30:18.072Z","dependency_job_id":null,"html_url":"https://github.com/aprowe/easy-fun-log","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aprowe/easy-fun-log","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aprowe%2Feasy-fun-log","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aprowe%2Feasy-fun-log/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aprowe%2Feasy-fun-log/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aprowe%2Feasy-fun-log/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aprowe","download_url":"https://codeload.github.com/aprowe/easy-fun-log/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aprowe%2Feasy-fun-log/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278556190,"owners_count":26006080,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-09T15:11:08.925Z","updated_at":"2025-10-06T03:51:42.172Z","avatar_url":"https://github.com/aprowe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Easy Fun Log!\n\nEasy Fun Log is a node logging tool.\nMany Logging tools have too many features and produce outrageously verbose output.\n\nThis tool is for increasing readability of your node output.\nMakes it easy to color logs, configure log level, and display json.\n\n### Install\nYou know the drill.\n\n```\nnpm install easy-fun-log\n```\n\n### Usage\n```\nconst log = require('easy-fun-log');\n\n// Choose your style\nlog('Default!');\nlog.info('Info!');\nlog.warn('Warn!');\nlog.err('Error!');\nlog.debug('Debug!');\n\n// Some input is specially rendered\nlog({objectsRender: true});\nlog(123, 'Numbers are colored');\n\n// Set Log level\nlog.setLevel('none');\nlog.setLevel('all');\nlog.setLevel('error');\nlog.setLevel('warn');\nlog.setLevel('debug');\n\n// Create your own theme!\n// Uses colors npm package\nlog.setTheme({\n\tinfo: 'blue',\n\twarn: ['yellow', 'underline'],\n\terror: '#FF0011',\n\tmy_custom: 'white'\n});\n\nlog.info('blue text!');\nlog.my_custom('white text!');\n```\n\n### Upcoming Features\nI plan on keeping it simple, while increasing some of it's flexibility.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faprowe%2Feasy-fun-log","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faprowe%2Feasy-fun-log","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faprowe%2Feasy-fun-log/lists"}