pycrate-org / pycrate

A Python library to ease the development of encoders and decoders for various protocols and file formats, especially telecom ones. Provides an ASN.1 compiler and a CSN.1 runtime.
https://github.com/pycrate-org/pycrate
GNU Lesser General Public License v2.1
32 stars 8 forks source link

move various print() to a proper logging mechanism #1

Open mitshell opened 6 months ago

mitshell commented 6 months ago

Create a proper logging based log() function in each file where it is required, instead of relying on the library-wide log() function from pycrate_core.utils. Move remaining print() calls to those new proper log() functions.