summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Coevoet <stof@notk.org>2011-05-09 00:26:31 +0200
committerChristophe Coevoet <stof@notk.org>2011-05-09 00:26:31 +0200
commit16ba7224ee60bf6c26e925a53e9fa0b9a8636a45 (patch)
tree5ebfbe3ede3ed7e8bada0f9ef0b37ea64c1ae23e
parentccbbba465840e77dfb281c341df34c78fa5e9bd1 (diff)
Updated the logger to the new interface
-rw-r--r--Logger/BduLogger.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/Logger/BduLogger.php b/Logger/BduLogger.php
index 664f532..dd052f3 100644
--- a/Logger/BduLogger.php
+++ b/Logger/BduLogger.php
@@ -40,13 +40,6 @@ class BduLogger implements \Bdu_Log_LoggerInterface
$this->logger = $logger;
}
- public function log($message, $priority)
- {
- if (null !== $this->logger) {
- $this->logger->log($message, $priority);
- }
- }
-
public function emerg($message)
{
if (null !== $this->logger) {