Eleirbag89 / TelegramBotPHP

A very simple PHP Telegram Bot API for sending messages.
http://eleirbag89.github.io/TelegramBotPHP
MIT License
809 stars 342 forks source link

Add rt function to logger class #61

Closed abbas980301 closed 7 years ago

Eleirbag89 commented 7 years ago

What the rt function does and why you need to put it in a separate file instead of being a function of the TelegramErrorLogger class ? I don't like the idea to blow the bot files just for minor improvement

abbas980301 commented 7 years ago

rt is another project that I'm developing. you can find it here. it's some thing like var_dump or Kint. it's useful in command line's.

why you need to put it in a separate file

o.k no matter! I'll combine it into TelegramErrorLogger.

Eleirbag89 commented 7 years ago

Ok, seems fine to me