Loghandler
Project description
Logging Module
This library can handle colored log-output and write directly into a logfile.
Init
#!/usr/bin/env python3
from logbuddy import logbuddy
log = logbuddy.log()
Loglevel
At the moment there are a few loglevels defined by default.
- Info
- Warning
- Error
- Pass
- Debug
log.Pass("I am a pass-message")
log.Warn("I am a warning-message")
log.Error("I am an error-message")
log.Debug("I am a debug-message")
log.Info("I am an info-message")
Change the color of the levels
log.Info("I am an info-message")
log.setInfo("\x1b[1;36m")
log.Info("And now I have a different color")
If you don't like colors
log.setColor(False)
Need a logfile?
log.setLogfile("somelogfile")
Need a logfile with date?
log.setLogfile("somelogfile")
log.setLogfileDate(True)
Future Plans
- Creating your own loglevels
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
logbuddy-0.0.1.7.tar.gz
(2.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file logbuddy-0.0.1.7.tar.gz.
File metadata
- Download URL: logbuddy-0.0.1.7.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0500c600dbedcdfee339a65f4ff9112d9980fc37a0de799abeb407f1b8a8ae2
|
|
| MD5 |
e818fb2c8544fd9963912427df92fa56
|
|
| BLAKE2b-256 |
5185b2798bc8dab79c76713a0d9960f203b474b5fd1ba1bf4b012e0da46ad2cd
|
File details
Details for the file logbuddy-0.0.1.7-py3-none-any.whl.
File metadata
- Download URL: logbuddy-0.0.1.7-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aec0fce748a4b44bf97dcdc7a03470bba0acff785795666a21e015b4794430e2
|
|
| MD5 |
82b3d7aab49fea0fe354738c55bc7b3d
|
|
| BLAKE2b-256 |
5fafe17e8565f131ffe85f3b8ae174a61032396fccfa20141d518b9e8941178a
|