nella / monolog-tracy

Tracy BlueScreen handler for Monolog
Other
7 stars 6 forks source link

Fix compatibility with Symfony #6

Closed enumag closed 6 years ago

enumag commented 6 years ago

Currently I'm getting this error:

User Deprecated: The "Tracy\Logger::defaultMailer()" method is considered internal. It may change without further notice. You should not extend it from "Nella\MonologTracy\Tracy\LoggerHelper".

it is thrown by Symfony DebugClassLoader here.

It is not necessary to override this method. The default implementation internally calls formatMessage which will throw an exception anyway.

mhujer commented 6 years ago

Thanks!

mhujer commented 6 years ago

I just tagged a new version: 2.0.2