System logger module
Module used for system logger tool. It will record log events and write them out in a file with different information such as the file where the log is and the line. The purpose of this module is to have a logger in common for all the files your app may need. There are different log levels entries and the minimum log level can be configured in a log_config.yaml This file should be located in the folder where the main file is going to be launched. There is a template for the log_config.yaml The different log level entries are from less important to most: DEBUG, INFO, WARNING, ERROR, CRITICAL
--- #YAML FILE START
__main__: "DEBUG"
##### sys #####
sys_shd: "CRITICAL"
sys_conf: "WARNING"
sys_log: "INFO"
file_handlers: {
# "log_can" : [ drv.drv_can, drv.drv_epc ],
}
Co-authors: Roberto Aldea, Javier Sanz, Marius Crisan
Release files for rfb-logger-tool 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rfb_logger_tool-0.0.2.tar.gz | 46.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rfb_logger_tool-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 79.2 kB
Release files / rfb_logger_tool-0.0.2.tar.gz
| Download URL | rfb_logger_tool-0.0.2.tar.gz |
|---|---|
| Size | 46.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9fb35b154cc743f7f8bb310adcb2942e2f48eebe0f39c77668b8210c49adaec3
|
|
BLAKE2b-256 checksum How to use checksums |
56ad6fc37b8a0822cff888f71455db7468d583e8e6f84c4f54e14ad3cd0fe40a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.9
|
Release files / rfb_logger_tool-0.0.2-py3-none-any.whl
| Download URL | rfb_logger_tool-0.0.2-py3-none-any.whl |
|---|---|
| Size | 32.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e731f0adc812deb16844b4adb2c3898812dc5e6984279f33d02f1301c291dece
|
|
BLAKE2b-256 checksum How to use checksums |
461a2a591a5cd5bd182c2588881f3ddd43e905bfe3244333270206597def2ec3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.9
|