X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-verbosity.h;h=9f122056485b122b855a5482ae4efd9a0ed9c300;hb=c8558c8a28966110aa3a356f95d3c60afe32b64a;hp=1a74654cb8f2f96e32fdb5c232478b63f33743e6;hpb=54f684cd8723a3d7b78a68a6131f3a27fc38f9c6;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-verbosity.h b/include/afb/afb-verbosity.h index 1a74654c..9f122056 100644 --- a/include/afb/afb-verbosity.h +++ b/include/afb/afb-verbosity.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "IoT.bzh" * Author: José Bollo * * 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