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() | ||
countDeprecations() | ||
countScreams() | ||
string | getName() Returns the name of the collector. |
Details
serialize()
unserialize($data)
__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()
countDeprecations()
countScreams()
string getName()
Returns the name of the collector.
Please login to continue.