{"id":20806893,"url":"https://github.com/agentgill/logging","last_synced_at":"2026-02-14T16:02:51.290Z","repository":{"id":152507026,"uuid":"128061054","full_name":"agentgill/Logging","owner":"agentgill","description":"Salesforce Logging Framework","archived":false,"fork":false,"pushed_at":"2020-08-11T09:06:29.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-12T06:52:53.474Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Apex","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agentgill.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-04T12:47:19.000Z","updated_at":"2020-08-11T09:06:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc7169c2-1283-4656-9920-311097fce5d0","html_url":"https://github.com/agentgill/Logging","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/agentgill/Logging","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentgill%2FLogging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentgill%2FLogging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentgill%2FLogging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentgill%2FLogging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agentgill","download_url":"https://codeload.github.com/agentgill/Logging/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentgill%2FLogging/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29448942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"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":[],"created_at":"2024-11-17T19:28:09.656Z","updated_at":"2026-02-14T16:02:51.257Z","avatar_url":"https://github.com/agentgill.png","language":"Apex","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Logging\n\nSalesforce Logging Framework\n\n- Provides full stack dumping and limits report\n- Controlled via custom setting\n- Includes custom debug, exception debugging out to custom object  \n\n\n# ChangeLog\n\n# Usage\n\nLogging hooks are implemented like this within each class\n\n# Logger Setup - required methods\n\n```\npublic class myClass(){\n\n    public void myMethod(){\n      Logger.push('myMethod','myClass');\n        // Somecode\n      Logger.pop();\n    }\n\n}\n```\nEach class/method must include: Logger.push and Logger.pop in order to caputre logs for the entire class stack\n\n# Logging Custom Exception - capturing exceptions\n\n```\npublic class myClass(){\n\n    public void myMethod(){\n      Logger.push('myMethod','myClass');\n\n        try{\n            // Somecode\n        catch (Exception e){\n            Logger.debugException (e);\n        }\n        \n      Logger.pop();\n    }\n\n}\n```\n\n\n\n# Issues\n\n# Todo's\n- Add support for RecordTypes\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentgill%2Flogging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagentgill%2Flogging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentgill%2Flogging/lists"}