VERSION
VERSION = 1.0 : float
Version of this library - for ChromeLogger use.
Class ChromeLoggerHandler
Allows for logging items to the Chrome console for debugging. Requires the ChromeLogger extension installed in your browser.
setDateFormat(string $format) : \CodeIgniter\Log\Handlers\HandlerInterface
Stores the date format to use while logging messages.
string | $format |
sendLogs(\CodeIgniter\HTTP\ResponseInterface $response = null)
Attaches the header and the content to the passed in request object.
\CodeIgniter\HTTP\ResponseInterface | $response |
Loading…