Add support for phosphor logging error logs

Provide a compile option to report error logs through phosphor logging.

Change-Id: Id6fc5040c13beac649f96b73443cb5ec3fcff84f
Signed-off-by: Eddie James <eajames@linux.ibm.com>
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..aed2358
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,2 @@
+option('ecc-phosphor-logging', type: 'feature', value: 'disabled',
+    description: 'Create Event logs by using phosphor-logging.')