summaryrefslogtreecommitdiffstats
path: root/lib/public/ILogger.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/ILogger.php')
-rw-r--r--lib/public/ILogger.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/public/ILogger.php b/lib/public/ILogger.php
index b6e945546e6..d3bb67b1b27 100644
--- a/lib/public/ILogger.php
+++ b/lib/public/ILogger.php
@@ -37,6 +37,27 @@ namespace OCP;
*/
interface ILogger {
/**
+ * @since 14.0.0
+ */
+ const DEBUG=0;
+ /**
+ * @since 14.0.0
+ */
+ const INFO=1;
+ /**
+ * @since 14.0.0
+ */
+ const WARN=2;
+ /**
+ * @since 14.0.0
+ */
+ const ERROR=3;
+ /**
+ * @since 14.0.0
+ */
+ const FATAL=4;
+
+ /**
* System is unusable.
*
* @param string $message