News

This project contains a Python script for logging data from a serial port and writes them to a local file. It can be used to log data directly on csv files or similar to be used for other purpose . It ...
The log module contains the Logging class, which is a lightweight logger for python. With the module it is possible to log at five different levels. Messages can be output to the console as well as ...