Update date of copyright notices
[src/app-framework-binder.git] / include / afb / afb-verbosity.h
index 1a74654..9f12205 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
  * Author: José Bollo <jose.bollo@iot.bzh>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -19,9 +19,9 @@
 
 #define AFB_VERBOSITY_LEVEL_ERROR      0
 #define AFB_VERBOSITY_LEVEL_WARNING    1
-#define AFB_VERBOSITY_LEVEL_NOTICE     1
-#define AFB_VERBOSITY_LEVEL_INFO       2
-#define AFB_VERBOSITY_LEVEL_DEBUG      3
+#define AFB_VERBOSITY_LEVEL_NOTICE     2
+#define AFB_VERBOSITY_LEVEL_INFO       3
+#define AFB_VERBOSITY_LEVEL_DEBUG      4
 
 #define _AFB_SYSLOG_LEVEL_ERROR_       3
 #define _AFB_SYSLOG_LEVEL_WARNING_     4