Documentation

LogDuration
in package

Table of Contents

$factor  : mixed
$loggable  : mixed
__construct()  : mixed
decrement()  : void
Decrement by factor
increment()  : void
Increment by factor
score()  : void
Log records

Properties

Methods

__construct()

public __construct() : mixed
Return values
mixed

decrement()

Decrement by factor

public decrement(mixed $loggable[, int $factor = 1 ]) : void
Parameters
$loggable : mixed
$factor : int = 1
Return values
void

increment()

Increment by factor

public increment(mixed $loggable[, int $factor = 1 ]) : void
Parameters
$loggable : mixed
$factor : int = 1
Return values
void

score()

Log records

public score() : void
Return values
void

Search results