FirePhpLogger
class FirePhpLogger
FirePHP logger.
Properties
| static | $maxQueries | maximum number of rows |
|
| static | $maxLength | maximum SQL length |
|
| static | $streamChunkSize | size of json stream chunk |
|
| int | $filter | ||
| float | $totalTime | ||
| int | $numOfQueries |
Methods
static bool
isAvailable()
No description
__construct($filter = null)
No description
Details
at line 45
static bool
isAvailable()
No description
at line 51
__construct($filter = null)
No description
at line 61
void
logEvent(Event $event)
After event notification.
Traits
Better OOP experience.