Logger for Python and C ++

I am looking for a registrar that has an API for Python and C ++.

I need this because in my project I have a C ++ core and a scripting system in Python. I would like to use one registrar for both of them.

+4
source share
2 answers

Take a look at azouk-libraries .

On the official page it is mentioned that

a client library that formats and displays log entries on both stderr and binary logging, suitable for machine parsing for C ++ and Python. For gluing C ++ and Python, it uses Boost.Python.

+2
source

try c-log, https://github.com/0xmalloc/c-log and then create an extension for python

0
source

Source: https://habr.com/ru/post/1393719/


All Articles