class Firelog (View source)

Constants

DEBUG

INFO

WARNING

ERROR

EXCEPTION

CRITICAL

Properties

int $maxDepth

Berapa dalam array/object yang harus ditampilkan oleh dump()?

int $maxLength

Berapa banyak karakter harus ditampilkan oleh dump()?

Methods

bool
log(mixed $message, $priority = self::DEBUG)

Kirim pesan ke console firelog.

Details

bool log(mixed $message, $priority = self::DEBUG)

Kirim pesan ke console firelog.

Parameters

mixed $message
$priority

Return Value

bool