{"id":15290792,"url":"https://github.com/jdiscordbots/nightdream-logging","last_synced_at":"2026-01-05T13:37:29.279Z","repository":{"id":57733643,"uuid":"206820425","full_name":"JDiscordBots/NightDream-Logging","owner":"JDiscordBots","description":"logging API for NightDream","archived":false,"fork":false,"pushed_at":"2022-09-18T20:10:01.000Z","size":85,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-29T13:29:15.525Z","etag":null,"topics":["java","java-8","java8","log","logger","logging","logging-library","maven","maven-central","mavencentral"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JDiscordBots.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":null}},"created_at":"2019-09-06T15:13:33.000Z","updated_at":"2020-09-04T15:31:32.000Z","dependencies_parsed_at":"2022-08-24T11:20:09.741Z","dependency_job_id":null,"html_url":"https://github.com/JDiscordBots/NightDream-Logging","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JDiscordBots%2FNightDream-Logging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JDiscordBots%2FNightDream-Logging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JDiscordBots%2FNightDream-Logging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JDiscordBots%2FNightDream-Logging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JDiscordBots","download_url":"https://codeload.github.com/JDiscordBots/NightDream-Logging/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245232914,"owners_count":20581703,"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","java-8","java8","log","logger","logging","logging-library","maven","maven-central","mavencentral"],"created_at":"2024-09-30T16:09:31.175Z","updated_at":"2026-01-05T13:37:29.232Z","avatar_url":"https://github.com/JDiscordBots.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NightDream Logging \n[![Build Status](https://travis-ci.com/JDiscordBots/NightDream-Logging.svg?branch=master)](https://travis-ci.com/JDiscordBots/NightDream-Logging)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=JDiscordBots_NightDream-Logging\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=JDiscordBots_NightDream-Logging)\n\na simple, colorful Logging Library\n\n## use Nightdream Logging standalone\n* Add Nightdream Logging to the dependencies section of your `pom.xml` (replace VERSION with [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.jdiscordbots/nightdream-logging/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.jdiscordbots/nightdream-logging)):\n```xml\n\u003cdependencies\u003e\n\t\u003cdependency\u003e\n\t\t\u003cgroupId\u003eio.github.jdiscordbots\u003c/groupId\u003e\n\t\t\u003cartifactId\u003enightdream-logging\u003c/artifactId\u003e\n\t\t\u003cversion\u003eVERSION\u003c/version\u003e\n\t\t\u003cscope\u003ecompile\u003c/scope\u003e\n\t\u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n# Limitations\nNightDream-Logging does **not** support coloring on Windows versions lower than *10*.\n\nThis is because older windows versions do not support native ANSI escape codes.\n\nNightDream-Logging will just display the Logs without colering in those versions.\n\n## use Nightdream Logging with SLF4J\n* Add Nightdream Logging and slf4j-api to the dependencies section of your `pom.xml` (replace NDL-VERSION with \n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.jdiscordbots/nightdream-logging/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.jdiscordbots/nightdream-logging)\nand SLF4J-VERSION with\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.slf4j/slf4j-api/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.slf4j/slf4j-api)\n):\n```xml\n\u003cdependencies\u003e\n\t\u003cdependency\u003e\n\t\t\u003cgroupId\u003eio.github.jdiscordbots\u003c/groupId\u003e\n\t\t\u003cartifactId\u003enightdream-logging\u003c/artifactId\u003e\n\t\t\u003cversion\u003eNDL-VERSION\u003c/version\u003e\n\t\t\u003cscope\u003ecompile\u003c/scope\u003e\n\t\u003c/dependency\u003e\n\t\u003cdependency\u003e\n\t\t\u003cgroupId\u003eorg.slf4j\u003c/groupId\u003e\n\t\t\u003cartifactId\u003eslf4j-api\u003c/artifactId\u003e\n\t\t\u003cversion\u003eSLF4J-VERSION\u003c/version\u003e\n\t\u003c/dependency\u003e\n\u003c/dependencies\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdiscordbots%2Fnightdream-logging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdiscordbots%2Fnightdream-logging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdiscordbots%2Fnightdream-logging/lists"}