diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-07-14 22:56:33 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-07-14 22:56:33 +0200 |
| commit | fc647788cf137595e84bea72edb16d86ab1d76a5 (patch) | |
| tree | abaff9679ba7ac8b029aae22a9b7d23494f17588 /src/callnotifier/CLI.php | |
| parent | 706ce1501a9ab1a33e4106774665c631a3ad3749 (diff) | |
| download | auerswald-callnotifier-fc647788cf137595e84bea72edb16d86ab1d76a5.tar.gz auerswald-callnotifier-fc647788cf137595e84bea72edb16d86ab1d76a5.zip | |
echo logger
Diffstat (limited to 'src/callnotifier/CLI.php')
| -rw-r--r-- | src/callnotifier/CLI.php | 2 |
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 { |
