name: DebugLoggerInterface class_comment: null dependencies: - name: Request type: class source: Symfony\Component\HttpFoundation\Request properties: [] methods: - name: getLogs visibility: public parameters: - name: request default: 'null' comment: '# * DebugLoggerInterface. # * # * @author Fabien Potencier # */ # interface DebugLoggerInterface # { # /** # * Returns an array of logs. # * # * @return array, # * message: string, # * priority: int, # * priorityName: string, # * timestamp: int, # * timestamp_rfc3339: string, # * }>' - name: countErrors visibility: public parameters: - name: request default: 'null' comment: '# * Returns the number of errors.' - name: clear visibility: public parameters: [] comment: '# * Removes all log records.' traits: - Symfony\Component\HttpFoundation\Request interfaces: []