{"id":20145583,"url":"https://github.com/mistralol/liblogger","last_synced_at":"2025-03-03T00:13:37.546Z","repository":{"id":9288030,"uuid":"11122237","full_name":"mistralol/liblogger","owner":"mistralol","description":"CPP Logging Library","archived":false,"fork":false,"pushed_at":"2020-02-04T15:41:08.000Z","size":175,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T10:51:58.879Z","etag":null,"topics":["cpp","liblogger","logging","syslog"],"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/mistralol.png","metadata":{"files":{"readme":"README","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":"2013-07-02T10:10:30.000Z","updated_at":"2022-06-07T16:26:18.000Z","dependencies_parsed_at":"2022-09-01T05:23:31.621Z","dependency_job_id":null,"html_url":"https://github.com/mistralol/liblogger","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mistralol%2Fliblogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mistralol%2Fliblogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mistralol%2Fliblogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mistralol%2Fliblogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mistralol","download_url":"https://codeload.github.com/mistralol/liblogger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241587852,"owners_count":19986628,"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","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","liblogger","logging","syslog"],"created_at":"2024-11-13T22:17:09.722Z","updated_at":"2025-03-03T00:13:37.506Z","avatar_url":"https://github.com/mistralol.png","language":"C++","readme":"liblogger\n===========\n\nCPP Logging Library\n\nUsage is simple.\n\n#include \u003cliblogger.h\u003e\n\nusing namespace liblogger;\n\nint main(int argc, char ** argv)\n{\n        LogManager::Init();\n        LogManager::Add(new LogSyslog());\n\t//LogManager::Add(new LogCallBack(Function));\n\t//LogManager::Add(new LogFile(\"mylogfile.log\"));\n\t//LogManager::Add(new LogPipe(\"cat\"));\n\t//LogManager::Add(new LogStderr());\n\t//LogManager::Add(new LogStdout());\n\t//LogManager::Add(new LogTail(500));\n\n        LogDebug(\"Debug Logging #1\");\n\tLogInfo(\"Info Logging #1\");\n\tLogNotice(\"Notice Logging #1\");\n\tLogWarning(\"Warning!!!!!!\");\n\tLogError(\"This is an Error\");\n\tLogCritical(\"Something Critical happened\");\n\tLogAlert(\"Alert Alert\");\n\tLogEmergency(\"Emergency!\");\n\n\tLOGGER \u003c\u003c LOGGER_INFO \u003c\u003c \"Some Message\" \u003c\u003c std::endl;\n\n        LogManager::RemoveAll(true);\n        return 0;\n}\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmistralol%2Fliblogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmistralol%2Fliblogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmistralol%2Fliblogger/lists"}