LogRepository
extends EntityRepository
in package
Class Log Repository
Tags
Table of Contents
Methods
- findLatestLogEntryByLogger() : array<string|int, mixed>
- Find Latest Sys Log Entry by its logger
Methods
findLatestLogEntryByLogger()
Find Latest Sys Log Entry by its logger
public
findLatestLogEntryByLogger(string $logger[, int $offset = 0 ][, int $limit = 1 ]) : array<string|int, mixed>
Parameters
- $logger : string
-
logger
- $offset : int = 0
-
offset value
- $limit : int = 1
-
limit value