Lines Matching defs:file
8 * Log messages to a daily log file
59 * @param string $file A source filename if this is related to a source position
60 * @param int $line A line number for the above file
63 public static function error($message, $details = null, $file = '', $line = 0)
68 $file,
78 * @param string $file A source filename if this is related to a source position
79 * @param int $line A line number for the above file
82 public static function debug($message, $details = null, $file = '', $line = 0)
87 $file,
97 * @param string $file A source filename if this is related to a source position
98 * @param int $line A line number for the above file
101 public static function deprecated($message, $details = null, $file = '', $line = 0)
106 $file,
116 * @param string $file A source filename if this is related to a source position
117 * @param int $line A line number for the above file
121 public function log($message, $details = null, $file = '', $line = 0)
132 'file' => $file,
193 if ($file) {
194 $logline .= $file;
204 * Construct the log file for the given day