{"id":21443624,"url":"https://github.com/logrecorder/logrecorder","last_synced_at":"2026-01-11T17:44:45.930Z","repository":{"id":40465563,"uuid":"78454007","full_name":"logrecorder/logrecorder","owner":"logrecorder","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-16T11:27:34.000Z","size":373,"stargazers_count":16,"open_issues_count":0,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2023-12-28T07:55:37.645Z","etag":null,"topics":["java","jvm","kotlin","logging","test-automation","testing"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/logrecorder.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}},"created_at":"2017-01-09T17:54:28.000Z","updated_at":"2024-04-15T13:45:43.610Z","dependencies_parsed_at":"2023-11-16T11:47:43.609Z","dependency_job_id":null,"html_url":"https://github.com/logrecorder/logrecorder","commit_stats":null,"previous_names":["nt-ca-aqe/testit-testutils"],"tags_count":44,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logrecorder%2Flogrecorder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logrecorder%2Flogrecorder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logrecorder%2Flogrecorder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logrecorder%2Flogrecorder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/logrecorder","download_url":"https://codeload.github.com/logrecorder/logrecorder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225990436,"owners_count":17556154,"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":["java","jvm","kotlin","logging","test-automation","testing"],"created_at":"2024-11-23T02:12:40.651Z","updated_at":"2026-01-11T17:44:45.924Z","avatar_url":"https://github.com/logrecorder.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License](https://img.shields.io/badge/License-Apache%20License%202.0-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)\n\n# LogRecorder\n\nJUnit5/Kotest extension(s) as well as pure programmatic for recording and asserting logged messages in tests.\n\nFeatures:\n\n- Junit5 and Kotest extensions as well as pure programmatic usage for recording:\n  - [Logback](https://logback.qos.ch) loggers\n  - [Log4j 2](https://logging.apache.org/log4j/2.x/index.html) loggers\n  - Java Util Logging (JUL) loggers\n- Assertion DSL for validating recorded log messages\n\nSee [Documentation](documentation) for more details.\n\n## Artifacts\n\nAs of `2022-04-01` all artifacts are published with a Group-ID of `io.github.logrecorder` and the major version was\nincreased to `2.x.x`. Previously we used to publish under our now deprecated umbrella Group-ID of `info.novatec.testit`.\n\nSince version `2.5.0` a BOM is provided for easy artifact version management.\n\n**Gradle**\n\n```Kotlin\n// regular way\ndependencies {\n    // import a BOM\n    testImplementation(platform(\"io.github.logrecorder:logrecorder-bom:${property(\"logRecorderVersion\")}\"))\n\n    // define dependencies without versions\n    testImplementation(\"io.github.logrecorder:logrecorder-junit5\")\n    testImplementation(\"io.github.logrecorder:logrecorder-logback\")\n    testImplementation(\"io.github.logrecorder:logrecorder-assertions\")\n}\n\n// Spring Boot dependency management plugin\ndependencyManagement {\n  imports {\n    mavenBom(\"io.github.logrecorder:logrecorder-bom:${property(\"logRecorderVersion\")}\")\n  }\n}\n```\n\n**Maven**\n\n```XML\n\u003cdependencyManagement\u003e\n    \u003cdependencies\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003eio.github.logrecorder\u003c/groupId\u003e\n            \u003cartifactId\u003elogrecorder-bom\u003c/artifactId\u003e\n            \u003cversion\u003e${logrecorder.version}\u003c/version\u003e\n            \u003ctype\u003epom\u003c/type\u003e\n            \u003cscope\u003eimport\u003c/scope\u003e\n        \u003c/dependency\u003e\n    \u003c/dependencies\u003e\n\u003c/dependencyManagement\u003e\n```\n\n## Licensing\n\nLogRecorder is licensed under [The Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogrecorder%2Flogrecorder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flogrecorder%2Flogrecorder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogrecorder%2Flogrecorder/lists"}