summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/log.php
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2014-08-14 22:17:56 +0200
committerJörn Friedrich Dreyer <jfd@butonic.de>2014-08-14 22:18:12 +0200
commit799fb46927008b7bdc15bec54a990e50916afb0c (patch)
treeabd826dd63e90cf89331458fe083902bb02d7785 /lib/private/legacy/log.php
parentc1102b1671a711e8c708b8633bb8648c7af28ba8 (diff)
downloadnextcloud-server-799fb46927008b7bdc15bec54a990e50916afb0c.tar.gz
nextcloud-server-799fb46927008b7bdc15bec54a990e50916afb0c.zip
add missing @deprecated annotation to legacy classes
Diffstat (limited to 'lib/private/legacy/log.php')
-rw-r--r--lib/private/legacy/log.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/private/legacy/log.php b/lib/private/legacy/log.php
index 027cb89e97c..99c9254e90f 100644
--- a/lib/private/legacy/log.php
+++ b/lib/private/legacy/log.php
@@ -14,6 +14,9 @@
*/
OC_Log::$object = new \OC\Log();
+/**
+ * @deprecated use \OC::$server->getLogger() to get an \OCP\ILogger instance
+ */
class OC_Log {
public static $object;