summaryrefslogtreecommitdiff
path: root/src/Logging.ml
diff options
context:
space:
mode:
authorSon Ho2022-02-10 00:13:28 +0100
committerSon Ho2022-02-10 00:13:28 +0100
commit469b6b3c91b0e05df9c5ab64f7590015d3ef4cba (patch)
treee6c2b53baf5ea245ed01b67728937fd42e7ac320 /src/Logging.ml
parent337caa185fa51ab81fa896db0dc9671c7599f4fa (diff)
Make minor updates to deserialization
Diffstat (limited to '')
-rw-r--r--src/Logging.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Logging.ml b/src/Logging.ml
index a7313de5..7067920b 100644
--- a/src/Logging.ml
+++ b/src/Logging.ml
@@ -9,6 +9,9 @@ let main_log = L.get_logger "MainLogger"
(** Below, we create subgloggers for various submodules, so that we can precisely
toggle logging on/off, depending on which information we need *)
+(** Logger for CfimOfJson *)
+let cfim_of_json_logger = L.get_logger "MainLogger.CfimOfJson"
+
(** Logger for PrePasses *)
let pre_passes_log = L.get_logger "MainLogger.PrePasses"