Home
last modified time | relevance | path

Searched refs:MessageFormatter (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMiddleware.php180 * @param MessageFormatter $formatter Formatter used to create message strings.
185 …public static function log(LoggerInterface $logger, MessageFormatter $formatter, $logLevel = 'info…
H A DMessageFormatter.php35 class MessageFormatter class
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dslf4j-api-1.7.25.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/ ...
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md553 `Psr\Log\LoggerInterface` for all logging. The MessageFormatter class has been
1151 use Guzzle\Log\MessageFormatter;
1157 // $format is a string indicating desired message format -- @see MessageFormatter
1158 …ogPlugin(new ClosureLogAdapter(function($m) { echo $m; }, $format = MessageFormatter::DEBUG_FORMAT…
H A DCHANGELOG.md847 * Bug: `Guzzle\Log\MessageFormatter` now properly writes "total_time" and "connect_time" values
1096 * Updating LogPlugin to use a more flexible MessageFormatter