AbstractLogger
abstract class AbstractLogger
Properties
static | $id | ||
protected LogHandler | $handler |
Methods
Details
at line 42
__construct(LogHandler $handler)
AbstractLogger constructor.
at line 54
abstract void
run(Request $request)
run logging request
at line 63
abstract boolean
matches(Request $request)
matches
at line 72
abstract string|null
renderDetail(Log $log)
render log entity to html
at line 81
protected void
log(array $data)
store log to database
at line 93
protected array
loadRequest(Request $request)
make log data from request