{"id":19341284,"url":"https://github.com/gladir/erloglib-tp","last_synced_at":"2026-03-19T09:22:31.848Z","repository":{"id":209062367,"uuid":"723134347","full_name":"gladir/ERLOGLIB-TP","owner":"gladir","description":"Bibliothèque en Turbo Pascal pour la gestion des erreurs (errorlog).","archived":false,"fork":false,"pushed_at":"2023-11-25T21:10:10.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T08:45:08.177Z","etag":null,"topics":["error-handling","library","turbo-pascal","turbopascal"],"latest_commit_sha":null,"homepage":"https://www.gladir.com/CODER/ERLOGLIB-TP/index.htm","language":"Pascal","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/gladir.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}},"created_at":"2023-11-24T19:23:48.000Z","updated_at":"2023-11-26T00:44:48.000Z","dependencies_parsed_at":"2023-11-25T22:22:13.621Z","dependency_job_id":"c279555a-b774-4007-9dcf-286baa7c35e0","html_url":"https://github.com/gladir/ERLOGLIB-TP","commit_stats":null,"previous_names":["gladir/erloglib-tp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gladir/ERLOGLIB-TP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gladir%2FERLOGLIB-TP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gladir%2FERLOGLIB-TP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gladir%2FERLOGLIB-TP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gladir%2FERLOGLIB-TP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gladir","download_url":"https://codeload.github.com/gladir/ERLOGLIB-TP/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gladir%2FERLOGLIB-TP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29998513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T09:59:02.300Z","status":"ssl_error","status_checked_at":"2026-03-02T09:59:02.001Z","response_time":60,"last_error":"SSL_read: 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":["error-handling","library","turbo-pascal","turbopascal"],"created_at":"2024-11-10T03:29:58.478Z","updated_at":"2026-03-02T10:32:28.726Z","avatar_url":"https://github.com/gladir.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ERLOGLIB-TP\nBibliothèque en Turbo Pascal (ou Free Pascal) pour la gestion des erreurs (errorlog).\n\n\u003ch3\u003eListe des fonctions\u003c/h3\u003e\n\nVoici la liste des fonctions reconnus dans l'unité ERRLOGTP :\n\n\u003ctable\u003e\n\t\u003ctr\u003e\n\t\t\u003cth\u003eNom\u003c/th\u003e\n\t\t\u003cth\u003eDescription\u003c/th\u003e\n\t\u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cb\u003eGetFileNameAccess\u003c/b\u003e\u003c/td\u003e\n    \u003ctd\u003eCette fonction permet de demander le nom du fichier des accès du journal de bord (access log).\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cb\u003eGetFileNameError\u003c/b\u003e\u003c/td\u003e\n    \u003ctd\u003eCette fonction permet de demander le nom du fichier des erreurs du journal de bord (error log).\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cb\u003eSendAccessMessage\u003c/b\u003e\u003c/td\u003e\n    \u003ctd\u003eCette procédure permet d'ajouter un message d'accès dans le journal de bord (access log).\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cb\u003eSendErrorMessage\u003c/b\u003e\n      \u003ctd\u003eCette procédure permet d'ajouter un message d'erreur dans le journal de bord (error log).\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cb\u003eSetFileNameAccess\u003c/b\u003e\n    \u003ctd\u003eCette fonction permet de fixer le nom du fichier des accès du journal de bord (access log).\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cb\u003eSetFileNameError\u003c/b\u003e\n    \u003ctd\u003eCette fonction permet de fixer le nom du fichier des erreurs du journal de bord (error log).\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003ch3\u003eRemarque\u003c/h3\u003e\n\u003cul\u003e\n\t\u003cli\u003ePar défaut, sous Linux, il écrit dans le répertoire «/var/log/» les fichiers d'accès et d'erreur.\u003c/li\u003e\n\u003c/ul\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgladir%2Ferloglib-tp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgladir%2Ferloglib-tp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgladir%2Ferloglib-tp/lists"}