just bough it that’s pretty nice, is there a way to print in google chrome console the logpress() function ?
- Has been a member for 3-4 years
- Won a Competition
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Contributed a Tutorial to a Tuts+ Site
- Contributed a Blog Post
- Interviewed on the Envato Notes blog
- Envato Staff
- Reviewer
- Lead Reviewer
- Community Moderator
- Author had a Free File of the Month
- Item was Featured
- Exclusive Author
- Beta Tester
- Sold between 10 000 and 50 000 dollars
- Bought between 50 and 99 items
- Venezuela
- Referred between 1 and 9 users
This plugin is a must have, I’ll get this very soon
good job mate.
- Has been a member for 3-4 years
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Item was Featured
- Exclusive Author
- Sold between 1 000 and 5 000 dollars
- Bought between 50 and 99 items
- India
- Referred between 10 and 49 users
Looks useful! I’ll get this soon too…
When active this plugin , it won’t build log folder. LIKE :
log/logs log/access ...
I’ve installed this plugin. After frist,it did not work, until I add the folders manually .
And just another suggest.
Logpress will get better to add something like “slow sql query”?

pls can u make it working without wordpress? i mean standalone so if i dont have wordpress just include this and it will logg all XSS …
- Has been a member for 1-2 years
- Item was Featured
- Exclusive Author
- Sold between 10 000 and 50 000 dollars
- Bought between 10 and 49 items
- South Africa
- Referred between 50 and 99 users
this is EXACTLY what i need to debug problems while developing themes and plugins – thanks a mil 

I add slow query log.
How could I use this with CodeIgniter?
I would like to be able to look at reports every day for the online live version of the running web app.
This tool you have written will save me having to sift through various logs.
Would be great if I could implement it, thanks.
Just tried adding this plugin to my site and I get an error that the plugin does not have a valid header when I try to active it. Any idea what that problem would be?
- Has been a member for 3-4 years
- Won a Competition
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Contributed a Tutorial to a Tuts+ Site
- Contributed a Blog Post
- Interviewed on the Envato Notes blog
- Envato Staff
- Reviewer
- Lead Reviewer
- Community Moderator
- Author had a Free File of the Month
- Item was Featured
- Exclusive Author
- Beta Tester
- Sold between 10 000 and 50 000 dollars
- Bought between 50 and 99 items
- Venezuela
- Referred between 1 and 9 users
Got it!
as I said this is must have. The plugin is perfect Wim I’ve been messing around with it a few minutes ago and it’s remarkable. 5 stars for ya.
support wordpress 3.1.2? thank you!
Wordpress 3.2 support it?
Does this only work with wordpress or can I use it for Magento too?
Thanks.
This can be used to log errors in any PHP application. One disadvantage of this script is that it doesn’t have an admin panel like the LogPress plugin.

Try to add this in the logpress.php file on line 328:
if(!strstr($line, "Query:")){ echo '<script>console.log(\'' . $line . '\');</script>'; }Didn’t test it but that should do the trick.