diff --git a/LICENSE b/LICENSE index 2071b23..29e6e4f 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: diff --git a/README.md b/README.md index 3585b4d..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 > @@ -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