LoggerDataCollector
class LoggerDataCollector extends DataCollector implements LateDataCollectorInterface
LogDataCollector.
Methods
__construct($logger = null)
No description
lateCollect()
Collects data as late as possible.
array
countErrors()
Gets the called events.
array
getLogs()
Gets the logs.
getPriorities()
No description
countDeprecations()
No description
countScreams()
No description
string
getName()
Returns the name of the collector.
Details
in DataCollector at line line 33
serialize()
in DataCollector at line line 38
unserialize($data)
at line line 27
__construct($logger = null)
at line line 37
collect(Request $request, Response $response, Exception $exception = null)
Collects data for the given Request and Response.
at line line 45
lateCollect()
Collects data as late as possible.
at line line 60
array
countErrors()
Gets the called events.
at line line 70
array
getLogs()
Gets the logs.
at line line 75
getPriorities()
at line line 80
countDeprecations()
at line line 85
countScreams()
at line line 93
string
getName()
Returns the name of the collector.