Searched refs:LogContext (Results 1 – 4 of 4) sorted by relevance
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
D | RemoteContentFetcher.php | 7 use Mpdf\Log\Context as LogContext; alias 30 …ntf('Fetching (cURL) content of remote URL "%s"', $url), ['context' => LogContext::REMOTE_CONTENT]… 68 $this->logger->error($message, ['context' => LogContext::REMOTE_CONTENT]); 78 $this->logger->error($message, ['context' => LogContext::REMOTE_CONTENT]); 92 …f('Fetching (socket) content of remote URL "%s"', $url), ['context' => LogContext::REMOTE_CONTENT]… 114 …ror(sprintf('Socket error "%s": "%s"', $errno, $errstr), ['context' => LogContext::REMOTE_CONTENT]…
|
D | SizeConverter.php | 6 use Mpdf\Log\Context as LogContext; alias 56 …ning(sprintf('Invalid size representation "%s"', $size), ['context' => LogContext::CSS_SIZE_CONVER…
|
D | Mpdf.php | 10 use Mpdf\Log\Context as LogContext; alias 9480 …enerated in %.6F seconds', microtime(true) - $this->time0), ['context' => LogContext::STATISTICS]); 9513 …generated as it stands as a %s compliant file.', $standard), ['context' => LogContext::PDFA_PDFX]); 9514 … be automatically fixed by mPDF using %s = true;', $option), ['context' => LogContext::PDFA_PDFX]); 9515 …ce %s compliance are shown further in the log.', $standard), ['context' => LogContext::PDFA_PDFX]); 9519 $this->logger->warning($w, ['context' => LogContext::PDFA_PDFX]); 9525 …Compiled in %.6F seconds', microtime(true) - $this->time0), ['context' => LogContext::STATISTICS]); 9526 …er_format(memory_get_peak_usage(true) / (1024 * 1024), 2)), ['context' => LogContext::STATISTICS]); 9527 … size %s kB', number_format(strlen($this->buffer) / 1024)), ['context' => LogContext::STATISTICS]); 9528 …$this->logger->debug(sprintf('%d fonts used', count($this->fonts)), ['context' => LogContext::STAT… [all …]
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
D | ImageProcessor.php | 13 use Mpdf\Log\Context as LogContext; alias 222 …ents) content of file "%s" with local basepath', $file), ['context' => LogContext::REMOTE_CONTENT]… 229 …) content of file "%s" with non-local basepath', $file), ['context' => LogContext::REMOTE_CONTENT]… 1433 $this->logger->warning(sprintf('%s (%s)', $msg, $file), ['context' => LogContext::IMAGES]);
|