16use Doctrine\CouchDB\CouchDBClient;
36 protected function write(array $record)
38 $this->client->postDocument($record[
'formatted']);
Base Handler class providing the Handler structure.
CouchDB handler for Doctrine CouchDB ODM.
__construct(CouchDBClient $client, $level=Logger::DEBUG, $bubble=true)
getDefaultFormatter()
Gets the default formatter.
write(array $record)
Writes the record down to the log of the implementing handler.void
const DEBUG
Detailed debug information.