Changeset 1770410
- Timestamp:
- 11/18/2017 08:18:07 PM (8 years ago)
- Location:
- bugfu-console-debugger
- Files:
-
- 2 edited
-
tags/1.2.3/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bugfu-console-debugger/tags/1.2.3/readme.txt
r1770400 r1770410 1 1 === BugFu Console Debugger === 2 2 Contributors: fedeandri 3 Tags: debug, debugging, debug bar, debug notification, dev, develop, development, error, log, display error, error log, error notification, error reporting, bug, bugs, find bug, bug report, issue, issues, multisite, plugin, browser, console, php, jquery, javascript, ajax, stacktrace, backtrace3 Tags: debug, debugging, debug bar, error, log 4 4 Requires at least: 3.8 5 5 Tested up to: 4.9 … … 49 49 BugFu::log($my_object-array-variable); 50 50 51 /* Call it itwith the second optional argument set to "false"51 /* Call it with the second optional argument set to "false" 52 52 to turn off the backtrace info (which is on by default) */ 53 53 BugFu::log($my_content, false); -
bugfu-console-debugger/trunk/readme.txt
r1770400 r1770410 1 1 === BugFu Console Debugger === 2 2 Contributors: fedeandri 3 Tags: debug, debugging, debug bar, debug notification, dev, develop, development, error, log, display error, error log, error notification, error reporting, bug, bugs, find bug, bug report, issue, issues, multisite, plugin, browser, console, php, jquery, javascript, ajax, stacktrace, backtrace3 Tags: debug, debugging, debug bar, error, log 4 4 Requires at least: 3.8 5 5 Tested up to: 4.9 … … 49 49 BugFu::log($my_object-array-variable); 50 50 51 /* Call it itwith the second optional argument set to "false"51 /* Call it with the second optional argument set to "false" 52 52 to turn off the backtrace info (which is on by default) */ 53 53 BugFu::log($my_content, false);
Note: See TracChangeset
for help on using the changeset viewer.