Logtastic - PHP and JavaScript Error Logger
by Inspired Plugins 1 (0 reviews)

Logtastic - PHP and JavaScript Error Logger

A comprehensive logging plugin for WordPress with big ambitions.

Logtastic ranks #31,379 among WordPress.org plugins with 10+ active installations, a 1/5 rating from 0 reviews, and was last updated May 26, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 7 (Current: 7.1.2)
v1.0.0 Current Version v1.0.0
Updated 3 months ago Last Update on 26 May, 2026
Refreshed 21 hours ago Last Refreshed on
Top 50% by installs
View on WordPress.org
Rank
#31,379
No change
Active Installs
10+
-33.3%
KW Avg Position
27.7
0.4 worse
Downloads
166
+1 today
Support Resolved
0%
No change
Rating
20%
Review 1 out of 5
1 (0 reviews)

Next Milestone 20

Total Progress 40%
10+ 20+
18,117
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 6 more installs to reach 20+

Rank Changes

30,809 31,259 31,709 32,159 32,609 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
30,463 31,011 31,559 32,106 32,654 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #31,379
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

1.0
0 reviews
Overall 20%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Track This Plugin

Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.

Start Tracking Free

Plugin Details

Version
1.0.0
Last Updated
May 26, 2026
Requires WP
6.2+
Tested Up To
7
PHP Version
7.0 or higher
Author
Inspired Plugins

Support & Rating

Rating
★ ☆ ☆ ☆ ☆ 1
Reviews
0
Support Threads
0
Resolved
0%

Keywords

Upgrade to Pro

Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.

Upgrade Now

Frequently Asked Questions

Common questions about Logtastic - PHP and JavaScript Error Logger

The first release of the Logtastic plugin focuses on error logging in WordPress, capturing PHP and JavaScript errors. Take a look at our roadmap for our planned future features, including HTTP request logging, email logging and more.
The PHP error log can capture all PHP errors, including fatal errors, uncaught exceptions and recoverable errors. You can configure which error types are captured from the log settings.
The PHP error log will capture the following data for each error: Error message File Line number Error source (plugin, theme or WP core) First occurred date/time Last occurred date/time Number of occurrences For each occurrence of an error, the following additional data will be captured: Date/time WordPress version PHP version Plugin/theme version (if applicable) Full stack trace (optional) Affected user (pro version only)
The Logtastic plugin uses 3 methods to capture PHP errors on your WordPress site: Custom Error Handler: The plugin defines a custom error handler that will capture all recoverable PHP errors on your site, for example warnings. Custom Exception Handler: The plugin defines a custom error handler that will capture all uncaught exceptions on your WordPress site. Uncaught exceptions will proceed to generate a fatal error if left uncaught – as such, the plugin logs these uncaught exceptions as fatal errors. Shutdown Function: The plugin defines a custom shutdown function, which will run after PHP has finished executing the current script. This captures any fatal errors which were not the result of uncaught exceptions. Each function will determine whether or not the error should be logged, based on your log settings, and log the error/occurrence if it meets your defined criteria.
The JavaScript error log can capture runtime errors (errors that occur while code is executing, e.g. calling an undefined function or accessing a missing variable) and unhandled promise rejections (failures from promises – async operations – that aren’t caught with a .catch() or try…catch).
The JavaScript error log will capture the following data for each error: Error message Source Line and column number Error source (plugin, theme or WP core) First occurred date/time Last occurred date/time Number of occurrences For each occurrence of an error, the following additional data will be captured: Date/time WordPress version Plugin/theme version (if applicable) Stack trace (optional) Additional session information, including the url where the error was encountered and the user agent (optional) Affected user (pro version only)
The Logtastic plugin loads a lightweight JavaScript file (less than 4kb) on each page of your WordPress site. The JavaScript will listen for errors, and when encountered will capture the error, process the stack trace and send this via an Ajax request to the backend logging function. The backend logging function will determine whether or not the error should be logged, based on your log settings, and log the error/occurrence if it meets your defined criteria.
Logtastic leverages custom database tables to efficiently store and manage data, ensuring faster queries, reduced bloat in default WordPress tables, and improved scalability. By separating logs from core WP data, it delivers better performance, cleaner organization, and greater flexibility for advanced reporting and data handling—making it ideal for high-traffic sites and large-volume workloads.
Our plugin is designed to have minimal impact on performance. It stores log entries in optimized custom database tables rather than crowding WordPress core tables, allowing it to write and retrieve data efficiently even on high-traffic sites. Logging runs in the background with lightweight queries, meaning your site continues to operate smoothly while still capturing valuable information for debugging and monitoring. I have another question not listed here... For further help and support with the Logtastic plugin, please take a look at our detailed plugin documentation, or contact us via the support forum.

Sign In / Register

You need to sign in or register to use this feature.