#20051 closed defect (bug) (fixed)
Kill debug_fwrite(), log_app(), logIO()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Three super-old logging functions for enclosures, APP, and XML-RPC, respectively. Let's nuke them.
Attachments (1)
Change History (9)
Agreed. Should debug_fwrite() check the $debug global like log_IO and log_app do with $app_logging and $xmlrpc_logging? Maybe even switch to WP_DEBUG instead.
s/erorr_log/error_log on line 825 of the patch / line 76 of patched xmlrpc.php
Replying to kawauso:
s/erorr_log/error_log on line 825 of the patch / line 76 of patched xmlrpc.php
Thanks. Caught that locally, haven't posted a patch yet.
Note: See
TracTickets for help on using
tickets.

+1. Happy to see these go. What is best practice moving forward? error_log() ?