build: meson support for phosphor-log-manager

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I5400d21d59b3c1ff8bde61d80eaec1cb6701a8cb
diff --git a/meson_options.txt b/meson_options.txt
index 0a8c744..5f3bd2f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -5,3 +5,16 @@
     value: 'callouts/callouts-example.yaml',
     description: 'Path to Callout YAML',
 )
+
+option(
+    'error_cap',
+    type: 'integer',
+    value: 200,
+    description: 'Max number of error enttries allowed for commit',
+)
+option(
+    'error_info_cap',
+    type: 'integer',
+    value: 10,
+    description: 'Cap on informational (and below) severity errors',
+)