I’m trying to port my work project to the OCaml 5. I found that Core library now depends from ppx_log
(through ppx_jane
), and in ppx_log
are defined logging macros just like we already use in our own proprietary framework.
Is it possible to install and use Core without installing ppx_log
? Or maybe install ppx_log
, but rename somehow the logging macros? Renaming our macros is for obvious reason much less comfortable for our team.
11 posts - 4 participants