{"id":22502615,"url":"https://github.com/jleung51/exceptional","last_synced_at":"2025-07-21T20:31:21.982Z","repository":{"id":94897519,"uuid":"52044248","full_name":"jleung51/exceptional","owner":"jleung51","description":"C++ lightweight exception logger.","archived":false,"fork":false,"pushed_at":"2016-10-19T07:17:29.000Z","size":43,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-08T16:02:30.880Z","etag":null,"topics":["cpp","exceptions"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/jleung51.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":"2016-02-18T22:41:57.000Z","updated_at":"2020-01-04T03:30:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"c42c4916-0208-4bf6-9161-2661870938b2","html_url":"https://github.com/jleung51/exceptional","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jleung51/exceptional","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jleung51%2Fexceptional","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jleung51%2Fexceptional/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jleung51%2Fexceptional/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jleung51%2Fexceptional/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jleung51","download_url":"https://codeload.github.com/jleung51/exceptional/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jleung51%2Fexceptional/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266375129,"owners_count":23919526,"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-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["cpp","exceptions"],"created_at":"2024-12-06T23:20:03.698Z","updated_at":"2025-07-21T20:31:21.958Z","avatar_url":"https://github.com/jleung51.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exceptional\n\nC++ lightweight exception logger.\n\nCurrently in development.\n\n## Example Output\n\n    ________________________________________\n\n    LOG CREATED AT 2016-03-18T00:01:09\n\n    Warning:\n    Logged at: 2016-03-18T00:01:09\n    Type of exception value: std::out_of_range\n    Exception message: Exception message for std::out_of_range.\n\n    Error:\n    Logged at: 2016-03-18T00:01:09\n    Type of exception value: std::out_of_range\n    Exception message: Exception message for std::out_of_range.\n\n    Warnings logged: 1\n    Errors logged:   1\n\n## Instructions for Use\n\n1. #include _exceptional.hpp_ into the files which require logging\n2. Add the `-rdynamic` flag when linking your object files (for better stacktrace information)\n3. Edit the exception logger class(es) declared at the end of _exceptional.hpp_ to your preferred usage\n4. Call exceptional::*logger\\_name*.LogWarning(value) or exceptional::*logger\\_name*.LogError(value) with a thrown exception value  \n(from any file with _exceptional.hpp_ included)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjleung51%2Fexceptional","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjleung51%2Fexceptional","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjleung51%2Fexceptional/lists"}