Lines Matching defs:file
8 * Log messages to a daily log file
62 * @param string $file A source filename if this is related to a source position
63 * @param int $line A line number for the above file
66 public static function error($message, $details = null, $file = '', $line = 0)
71 $file,
81 * @param string $file A source filename if this is related to a source position
82 * @param int $line A line number for the above file
85 public static function debug($message, $details = null, $file = '', $line = 0)
90 $file,
100 * @param string $file A source filename if this is related to a source position
101 * @param int $line A line number for the above file
104 public static function deprecated($message, $details = null, $file = '', $line = 0)
109 $file,
119 * @param string $file A source filename if this is related to a source position
120 * @param int $line A line number for the above file
124 public function log($message, $details = null, $file = '', $line = 0)
135 'file' => $file,
207 if ($file) {
208 $logline .= $file;
218 * Construct the log file for the given day