Changeset 882977
- Timestamp:
- 03/27/2014 02:29:15 PM (12 years ago)
- File:
-
- 1 edited
-
angry-creative-logger/trunk/classes/inspector.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
angry-creative-logger/trunk/classes/inspector.php
r882244 r882977 12 12 public static $log_path = ""; 13 13 public static $errors = array(); 14 public static $log_count = 0; 14 15 15 16 private static $_default_log_path = ""; 16 17 private static $_log_levels = array(); 17 18 private static $_log_count = 0;19 18 20 19 public function __construct() { … … 37 36 38 37 add_action( 'ac_inspection', function() { 39 AC_Inspector::log("Inspection completed with " . AC_Inspector::$ _log_count . " remarks.");38 AC_Inspector::log("Inspection completed with " . AC_Inspector::$log_count . " remarks."); 40 39 }, 999, 0 ); 41 40 … … 251 250 } 252 251 253 self::$ _log_count++;252 self::$log_count++; 254 253 255 254 }
Note: See TracChangeset
for help on using the changeset viewer.