How to get message from logging function? – Telegram API
I have a logger function from logging package that after I call it, I can send the message through logging level. I would like to send this message also to another function, which is a Telegram function called SendTelegramMsg(). How…