Documentation

LogRepository extends EntityRepository

Class Log Repository

Tags
copyright

CLOUDREXX CMS - CLOUDREXX AG

author

Project Team SS4U info@cloudrexx.com

subpackage

coremodule_syslog

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

Return values
array<string|int, mixed>

        
On this page

Search results