You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating own log writers it would be really useful to be able to pass objects into mage log, this extra useful when not using a file based log.
the problem is that a check is made to see if the message is a object and if so it does a print_r to make it to string but at the same destroying the possibility to use it later.
You can get around it right now by temporarily store the log data and catch in the log writer but it isn't as nice that it could be.