Debug
class Debug
Useful debugging functions (will only waste time on a development environment)
Methods
static void
startStopwatch(string $event)
Start counting time for an event
static int
finishStopwatch(string $event)
Stop counting time for an event and get its duration
static void
log(string $message, array $context = array(), string $channel = 'app')
Log a debug message
static
logCacheFetch(string $type, int $id)
Log a cache fetch in the data collector
Details
at line line 21
static void
startStopwatch(string $event)
Start counting time for an event
at line line 39
static int
finishStopwatch(string $event)
Stop counting time for an event and get its duration
at line line 65
static void
log(string $message, array $context = array(), string $channel = 'app')
Log a debug message
at line line 85
static
logCacheFetch(string $type, int $id)
Log a cache fetch in the data collector