This release is a pre-release and may not be stable for production use.
# MakeLog  
Essentials — [](https://www.python.org/downloads/release/python-360/)  — Simple logger for info, error and debug logs.
The logger can take an identifier, this allows for creating individual logs for threaded processes. You can pass the IDENTIFIER value (any string) in the initialsing call.
Please take a look at the test script for examples of all features.
Testing — [](https://coveralls.io/github/darryllane/MakeLog?branch=master) [](https://travis-ci.org/darryllane/MakeLog)
Example —
# import library from MakeLog import make_log as log
# initialse Class logger = log.initialise()
# write info log logger.info(‘info_test’)
# write error log logger.error(‘error_test’)
# write debug log logger.debug(‘debug_test’)
Features — Takes log directory input (not required)
Takes log filename inputs (not required)
Takes a logger identifier value (not required)
Release files for MakeLog 1.1b0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| MakeLog-1.1b0.tar.gz | 2.3 kB | Details |
Release files / MakeLog-1.1b0.tar.gz
| Download URL | MakeLog-1.1b0.tar.gz |
|---|---|
| Size | 2.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ca0bd4bca4be96674a00c8788ec4aced7324cbdd1116ea222b3fd8ad209140e1
|
|
BLAKE2b-256 checksum How to use checksums |
bb72946ee6c829f29f3f02f4c4a4446fd1e5c6c478fcedcb8080aa6d180c2261
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.19.8 CPython/2.7.10
|