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
Phalcon\Logger\Formatter\Json Uncaught exception 'BadMethodCallException' with message 'Wrong number of parameters'.
Code example:
$log = new \Phalcon\Logger\Adapter\File("test.log");
$log->setFormatter(newPhalcon\Logger\Formatter\Json());
$log->info('test');
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1896253-1-3-0-phalcon-logger-formatter-json-format-uncaught-exception-badmethodcallexception-with-message-wrong-number-of-parameters?utm_campaign=plugin&utm_content=tracker%2F50707&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F50707&utm_medium=issues&utm_source=github).
</bountysource-plugin>
The text was updated successfully, but these errors were encountered:
chameleonbr
changed the title
1.3.0 Phalcon\Logger\Formatter\Json Uncaught exception 'BadMethodCallException' with message 'Wrong number of parameters'
1.3.0 Phalcon\Logger\Formatter\Json::format Uncaught exception 'BadMethodCallException' with message 'Wrong number of parameters'
Mar 30, 2014
Phalcon\Logger\Formatter\Json Uncaught exception 'BadMethodCallException' with message 'Wrong number of parameters'.
Code example:
The text was updated successfully, but these errors were encountered: