{"id":16694378,"url":"https://github.com/artiomn/tsw-logger","last_synced_at":"2025-06-13T00:05:49.135Z","repository":{"id":106861845,"uuid":"276651356","full_name":"artiomn/tsw-logger","owner":"artiomn","description":"Logging library, based on Baical P7","archived":false,"fork":false,"pushed_at":"2020-07-10T10:41:56.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T00:03:33.063Z","etag":null,"topics":["baicap","cpp","fast","logger","logging","p7"],"latest_commit_sha":null,"homepage":"","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/artiomn.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":"2020-07-02T13:18:29.000Z","updated_at":"2023-01-04T14:21:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"e420b7bc-6f65-40df-ad47-bc00d499eeb8","html_url":"https://github.com/artiomn/tsw-logger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/artiomn/tsw-logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artiomn%2Ftsw-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artiomn%2Ftsw-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artiomn%2Ftsw-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artiomn%2Ftsw-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artiomn","download_url":"https://codeload.github.com/artiomn/tsw-logger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artiomn%2Ftsw-logger/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259553131,"owners_count":22875609,"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":["baicap","cpp","fast","logger","logging","p7"],"created_at":"2024-10-12T16:45:22.495Z","updated_at":"2025-06-13T00:05:49.090Z","avatar_url":"https://github.com/artiomn.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TSW Logger\n\nLogging library, based on Baical P7.\n\n\n## Requirements\n\nHeader-only:\n\n- Boost::current_function.\n- Boost::Exception.\n\nBaical P7 will be loaded during build.\n\n\n## Build\n\n```\n$ git clone --recurse-submodules -j8 https://github.com/artiomn/tsw-logger.git\n$ ./build.sh\n```\n\n\n## Using\n\n1. In CMakeLists.txt of your project:\n\n```cmake\nproject(my-project)\n\nadd_subdirectory(tsw-logger)\nadd_executable(\"${PROJECT_NAME}\")\ntarget_link_libraries(\"${PROJECT_NAME}\" tsw-logger)\n```\n\n2. In the code:\n\n```cpp\n#include \u003ctsw-logger/logger.h\u003e\n\n...\n\nLOG(tsw::LogLevel::Debug, \"MESSAGE TO LOG!\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartiomn%2Ftsw-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartiomn%2Ftsw-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartiomn%2Ftsw-logger/lists"}