summaryrefslogtreecommitdiffstats
path: root/library/Icinga/Application/Logger/Writer/StdoutWriter.php
blob: a6f43e522e6671bd70f2e2a604cff2d5c510afc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */

namespace Icinga\Application\Logger\Writer;

/**
 * Deprecated, compat only.
 *
 * Use Icinga\Application\Logger\Writer\StderrWriter instead.
 */
class StdoutWriter extends StderrWriter
{
}