aboutsummaryrefslogtreecommitdiff
path: root/src/callnotifier/CLI.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-07-14 22:56:33 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-07-14 22:56:33 +0200
commitfc647788cf137595e84bea72edb16d86ab1d76a5 (patch)
treeabaff9679ba7ac8b029aae22a9b7d23494f17588 /src/callnotifier/CLI.php
parent706ce1501a9ab1a33e4106774665c631a3ad3749 (diff)
downloadauerswald-callnotifier-fc647788cf137595e84bea72edb16d86ab1d76a5.tar.gz
auerswald-callnotifier-fc647788cf137595e84bea72edb16d86ab1d76a5.zip
echo logger
Diffstat (limited to 'src/callnotifier/CLI.php')
-rw-r--r--src/callnotifier/CLI.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/callnotifier/CLI.php b/src/callnotifier/CLI.php
index 928e4ce..f9a4937 100644
--- a/src/callnotifier/CLI.php
+++ b/src/callnotifier/CLI.php
@@ -24,6 +24,8 @@ class CLI
$this->fillConfig($this->config, $result);
$handler = new MessageHandler($this->config);
+ $handler->addLogger(new Logger_Echo(), '*');
+
if ($this->config->replayFile !== null) {
$sourceClass = 'callnotifier\Source_File';
} else {