#20051 closed defect (bug) (fixed)
Kill debug_fwrite(), log_app(), logIO()
Reported by: | nacin | Owned by: | |
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
Three super-old logging functions for enclosures, APP, and XML-RPC, respectively. Let's nuke them.
Attachments (1)
Change History (9)
#3
@
13 years ago
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.
#4
follow-up:
↓ 5
@
13 years ago
s/erorr_log/error_log on line 825 of the patch / line 76 of patched xmlrpc.php
Note: See
TracTickets for help on using
tickets.
+1. Happy to see these go. What is best practice moving forward?
error_log()
?