Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-11-28 06:47:35 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-11-28 06:47:35 +0300
commit3563fe0c319d8925af57cbd26695d1bc4b63d2ef (patch)
treeaff55dfa7a0962696f1ed33d7b06297ed74df0a7 /core/Log.php
parentc2d2f6065a69cec8436f9b7937862e0dc07a9a8c (diff)
#6622 Logger refactoring: moved log backends into a subnamespace for clarity
Diffstat (limited to 'core/Log.php')
-rw-r--r--core/Log.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Log.php b/core/Log.php
index 9ecbe0741e..a59d6857f6 100644
--- a/core/Log.php
+++ b/core/Log.php
@@ -10,7 +10,7 @@ namespace Piwik;
use Piwik\Container\StaticContainer;
use Piwik\Db;
-use Piwik\Log\ScreenBackend;
+use Piwik\Log\Backend\ScreenBackend;
/**
* Logging utility class.