LoggerInterface deprecated

interface LoggerInterface implements LoggerInterface deprecated since version 2.2, to be removed in 3.0. Type-hint \Psr\Log\LoggerInterface instead. LoggerInterface. Methods emerg($message, array $context = array()) deprecated crit($message, array $context = array()) deprecated err($message, array $context = array()) deprecated warn($message, array $context = array()) deprecated Details emerg($message, array $context = array())

LoggerDataCollector::lateCollect()

lateCollect() Collects data as late as possible.

LoggerDataCollector::getPriorities()

getPriorities()

LoggerDataCollector::getName()

string getName() Returns the name of the collector. Return Value string The collector name

LoggerDataCollector::getLogs()

array getLogs() Gets the logs. Return Value array An array of logs

LoggerDataCollector::countScreams()

countScreams()

LoggerDataCollector::countErrors()

countErrors()

LoggerDataCollector::countDeprecations()

countDeprecations()

LoggerDataCollector::collect()

collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. Parameters Request $request A Request instance Response $response A Response instance Exception $exception An Exception instance

LoggerDataCollector

class LoggerDataCollector extends DataCollector implements LateDataCollectorInterface LogDataCollector. Methods serialize() from DataCollector unserialize($data) from DataCollector __construct($logger = null) collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. lateCollect() Collects data as late as possible. array getLogs() Gets the logs. getPriorities() countErrors() count