{"id":17035292,"url":"https://github.com/fryiee/custom_log","last_synced_at":"2026-04-14T01:30:54.539Z","repository":{"id":56982667,"uuid":"102694380","full_name":"fryiee/custom_log","owner":"fryiee","description":"A custom Log class based on Monolog's Logger.","archived":false,"fork":false,"pushed_at":"2017-09-07T09:21:01.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T11:03:13.613Z","etag":null,"topics":["laravel","log","logger","logging","monolog","php"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fryiee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-07T05:17:37.000Z","updated_at":"2017-09-07T09:27:51.000Z","dependencies_parsed_at":"2022-08-21T08:40:35.023Z","dependency_job_id":null,"html_url":"https://github.com/fryiee/custom_log","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/fryiee/custom_log","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fryiee%2Fcustom_log","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fryiee%2Fcustom_log/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fryiee%2Fcustom_log/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fryiee%2Fcustom_log/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fryiee","download_url":"https://codeload.github.com/fryiee/custom_log/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fryiee%2Fcustom_log/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31778580,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T00:11:49.126Z","status":"ssl_error","status_checked_at":"2026-04-14T00:10:29.837Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["laravel","log","logger","logging","monolog","php"],"created_at":"2024-10-14T08:46:18.284Z","updated_at":"2026-04-14T01:30:54.490Z","avatar_url":"https://github.com/fryiee.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# custom_log ![Travis CI Build](https://travis-ci.org/fryiee/custom_log.svg?branch=master \"Travis CI Builder\")\nA custom Log class based on Monolog's Logger.\n\n## Installation\n`composer require fryiee/custom_log`\n\nAdd `LOG_PATH` to your .env.\n\nThe package assumes the following:\n\n- `LOG_PATH=laravel` will assume the same storage location as the `Log` facade\nusing `storage_path('logs')`\n- `LOG_PATH=some/path/` will use that path to store logs. e.g. `./custom_logs`\n- `LOG_PATH=` will default to the packages' own location of `fryiee/custom_log/logs`\n\nAdding `LOG_DATE=true` to your .env will allow your logs to be dated in the same way as core Laravel logs\n (Y-m-d format).\n\n## Usage\n```\nuse Fryiee\\CustomLog\\Log;\n\n...\n\nLog::info('name', 'message');\n```\n\nThe logger uses  the name to generate the log file. You can also use slashes to set a nested location:\n\n```\nLog::info('nested/name', 'message'); // creates a file at logs/nested/name.log\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffryiee%2Fcustom_log","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffryiee%2Fcustom_log","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffryiee%2Fcustom_log/lists"}