josephlim94 / python_janus_client

Python Janus WebRTC client
MIT License
28 stars 6 forks source link

Use logging module instead of print for logging messages #1

Closed bgola closed 1 year ago

bgola commented 1 year ago

These changes implement the logging module instead of prints to log messages, so that applications using the library can filter / choose the messages that are printed to the console.

josephlim94 commented 1 year ago

Hi, I appreciate your help. It's approved. Please merge it.