From 31e0151065f73db1d504cdde61a9aaed258aa8eb Mon Sep 17 00:00:00 2001 From: Kim Oliver Drechsel Date: Sun, 8 Aug 2021 17:10:36 +0200 Subject: [PATCH 1/4] =?UTF-8?q?=E2=80=9ELICENSE=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 2071b23..7271cad 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) +Copyright (c) 2021 Kim Oliver Drechsel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: From 344ac3704aae3c923bae9da662cd273a12f8b534 Mon Sep 17 00:00:00 2001 From: Kim Oliver Drechsel Date: Tue, 21 Sep 2021 22:03:03 +0200 Subject: [PATCH 2/4] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3585b4d..c786040 100644 --- a/README.md +++ b/README.md @@ -32,4 +32,7 @@ main() [Fri, 06 Aug 2021 13:36:09] WARNING [test.py.main:9] This is a Warning Message [Fri, 06 Aug 2021 13:36:09] ERROR [test.py.main:10] This is a Error Message [Fri, 06 Aug 2021 13:36:09] CRITICAL [test.py.main:11] This is a Critical Message -``` \ No newline at end of file +``` + +## Credits +Repo Icon made by [Smartline](https://www.flaticon.com/authors/smartline "Smartline") from [www.flaticon.com](https://www.flaticon.com/ "Flaticon") \ No newline at end of file From d0a9f99f6e2a3647517408c4fdd37525ff93d7db Mon Sep 17 00:00:00 2001 From: Kim Oliver Drechsel Date: Thu, 7 Oct 2021 10:58:24 +0200 Subject: [PATCH 3/4] update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 7271cad..29e6e4f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Kim Oliver Drechsel +Copyright (c) 2021 Kim Oliver Drechsel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: From eb7fea189834d1b1c877192f28c94b5a672eb4b1 Mon Sep 17 00:00:00 2001 From: Kim Oliver Drechsel Date: Fri, 22 Oct 2021 12:25:22 +0200 Subject: [PATCH 4/4] fix description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c786040..5665091 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://drone.pyas.de/api/badges/Kim/logger/status.svg)](https://drone.pyas.de/Kim/logger) -Simple logger function with colored LogLevel designed to run inside Docker container +Simple logger class with colored LogLevel designed to run inside Docker container > Debug can be enabled by setting the environment variable >