Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[+] CORE: Debug tools for printing into PHP error logs #2568

Merged
merged 1 commit into from
Mar 19, 2015
Merged

[+] CORE: Debug tools for printing into PHP error logs #2568

merged 1 commit into from
Mar 19, 2015

Conversation

gskema
Copy link
Contributor

@gskema gskema commented Mar 7, 2015

I believe this could be a very useful tools for everyone. It's also very flexible:

  • doesn't kill the process
  • can print an object of any type
  • can print to default php eror log or a custom file
  • can send an email with the message (could be useful when on working on client's server)
  • has all the parameters of error_log

I get tired of writing error_log(print_r($var ,1)) every day :)

@jnadaud
Copy link
Contributor

jnadaud commented Mar 19, 2015

Hi,

Thank you for your contribution.

Best regards.

jnadaud pushed a commit that referenced this pull request Mar 19, 2015
[+] CORE: Debug tools for printing into PHP error logs
@jnadaud jnadaud merged commit 80dfcea into PrestaShop:1.6 Mar 19, 2015
@gskema gskema deleted the debug branch March 27, 2015 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Type: Improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants