1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-22 09:06:10 +02:00

updated the documentation

This commit is contained in:
Alessandro Nadalin
2012-08-23 01:36:36 +04:00
committed by odino
parent b439707cbb
commit 33ea09eb6a
5 changed files with 21 additions and 2 deletions

View File

@@ -12,9 +12,9 @@
namespace Monolog\Handler;
/**
* Base class for all mail handlers
* Class to record a log on a NewRelic application
*
* @author Gyula Sallai
* @see https://newrelic.com/docs/php/new-relic-for-php
*/
class NewRelicHandler extends AbstractProcessingHandler
{