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
It appears the call to critical() from within multiple logging streams is not working. The following script reproduces the error Fatal error: Call to undefined method Phalcon\Logger\Multiple::critical().
This happens with all adapters added to the multiple stream.
This code should have produced the line [7] Critical in both the file adapter and FirePHP console but instead produced the error above.
Phalcon 1.3.0
Mac OS X 10.6.8 Server
PHP 5.3.26
I haven't tried this code on a different OS, but if I can I will report on the results.
The text was updated successfully, but these errors were encountered:
It appears the call to
critical()
from within multiple logging streams is not working. The following script reproduces the errorFatal error: Call to undefined method Phalcon\Logger\Multiple::critical()
.This happens with all adapters added to the multiple stream.
This code should have produced the line
[7] Critical
in both the file adapter and FirePHP console but instead produced the error above.Phalcon 1.3.0
Mac OS X 10.6.8 Server
PHP 5.3.26
I haven't tried this code on a different OS, but if I can I will report on the results.
The text was updated successfully, but these errors were encountered: