Lavender\Cloud\Sina\Log\SaeLogHandler::write PHP Method

write() protected method

protected write ( array $record )
$record array
    protected function write(array $record)
    {
        sae_debug((string) $record['formatted']);
    }
SaeLogHandler