From 312cf036ed06029743ccd5284fcc880ccdd527d7 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 24 Aug 2020 01:42:03 +0200 Subject: [PATCH] Added minlog. updated version --- LICENSE | 16 ++++++++++++++++ build.gradle.kts | 3 ++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 9f1c6d0b..bcfe9389 100644 --- a/LICENSE +++ b/LICENSE @@ -112,6 +112,22 @@ Copyright 2019 QOS.ch + - MinLog-SLF4J - Drop-in replacement for MinLog to log through SLF4j. + [BSD 3-Clause License] + https://git.dorkbox.com/dorkbox/MinLog-SLF4J + https://github.com/EsotericSoftware/minlog + Copyright 2020 + Dorkbox LLC + Nathan Sweet + Dan Brown + + Extra license information + - SLF4J - Simple facade or abstraction for various logging frameworks + [MIT License] + http://www.slf4j.org + Copyright 2019 + QOS.ch + - Utilities - Utilities for use within Java projects [The Apache Software License, Version 2.0] https://git.dorkbox.com/dorkbox/Utilities diff --git a/build.gradle.kts b/build.gradle.kts index c1a04b4f..8fd88fc8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,7 @@ object Extras { // set for the project const val description = "Encrypted, high-performance, and event-driven/reactive network stack for Java 11+" const val group = "com.dorkbox" - const val version = "5.0-alpha4" + const val version = "5.0-alpha5" // set as project.ext const val name = "Network" @@ -217,6 +217,7 @@ dependencies { implementation("net.jodah:typetools:0.6.2") + implementation("com.dorkbox:MinLog-SLF4J:1.2") implementation("com.dorkbox:Utilities:1.7") implementation("com.dorkbox:NetworkUtils:1.3")