Lines Matching refs:send

144   * Added SendGridHandler to use the SendGrid API to send emails
146 * Added SqsHandler to send log records to an AWS SQS queue
147 …* Added ElasticsearchHandler to send records via the official ES library. Elastica users should no…
219 …* Added SocketHandler::setChunkSize to override the default chunk size in case you must send large…
354 * Added PHPConsoleHandler to send record to Chrome's PHP Console extension and library
358 …* Added an option to send formatted message instead of the raw record on PushoverHandler via ->use…
394 * Added MandrillHandler to send emails via the Mandrillapp.com API
423 * Added LogEntriesHandler to send logs to a LogEntries account
425 * Added $useFormatting flag to MemoryProcessor to make it send raw data in bytes
437 …* Added BrowserConsoleHandler to send logs to any browser's console via console.log() injection in…
439 * Added FlowdockHandler to send logs to a Flowdock account
440 * Added RollbarHandler to send logs to a Rollbar account
441 * Added HtmlFormatter to send prettier log emails with colors for each log level
453 * Added ElasticSearchHandler to send logs to an Elastic Search server
454 * Added DynamoDbHandler and ScalarFormatter to send logs to Amazon's Dynamo DB
455 * Added SyslogUdpHandler to send logs to a remote syslogd server
456 * Added LogglyHandler to send logs to a Loggly account
470 * Added HipChatHandler to send logs to a HipChat chat room
471 * Added ErrorLogHandler to send logs to PHP's error_log function
472 * Added NewRelicHandler to send logs to NewRelic's service
520 * Added LogstashFormatter (combine with SocketHandler or StreamHandler to send logs to Logstash)
521 * Added PushoverHandler to send mobile notifications
523 * Added RavenHandler to send data to Sentry servers
539 * Added NativeMailerHandler::addHeader() to send custom headers in mails