summaryrefslogtreecommitdiff
path: root/compiler/Logging.ml
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/Logging.ml')
-rw-r--r--compiler/Logging.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/Logging.ml b/compiler/Logging.ml
index 721655b8..f4ad87a9 100644
--- a/compiler/Logging.ml
+++ b/compiler/Logging.ml
@@ -6,6 +6,9 @@ include Charon.Logging
(** Logger for PrePasses *)
let pre_passes_log = L.get_logger "MainLogger.PrePasses"
+(** Logger for RegionsHierarchy *)
+let regions_hierarchy_log = L.get_logger "MainLogger.RegionsHierarchy"
+
(** Logger for Translate *)
let translate_log = L.get_logger "MainLogger.Translate"