Merge remote-tracking branch 'origin/master'
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
commit
e9ac6de0d0
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) <year> <copyright holders>
|
||||
Copyright (c) 2021 Kim Oliver Drechsel <kim@drechsel.xyz>
|
||||
|
||||
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:
|
||||
|
||||
|
@ -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
|
||||
```
|
||||
```
|
||||
|
||||
## Credits
|
||||
Repo Icon made by [Smartline](https://www.flaticon.com/authors/smartline "Smartline") from [www.flaticon.com](https://www.flaticon.com/ "Flaticon")
|
Loading…
x
Reference in New Issue
Block a user