loggingadagnat

Does GNATCOLL.traces exist?


Whenever I look up logging in Ada, one of the recommendations is GNATCOLL.Traces. I can see the documentation for it but there is no code. If I try something like

with GNATCOLL.Traces;

I get an error. If I tell alr

alr with gnatcoll_traces

It says gnatcoll.traces does not exist. I have found a logging system that works in utilada (Util.Log.Loggers) but I keep wondering


Solution

  • It should be part of GNATCOLL Core packages, so just do a

    alr with gnatcoll