I'm working with a C Library, librouting_darp.dll
which uses the function elog
to log debugging messages of its processes. But I don't know where to look for the messages which the function is logging.
Do you know where I can find those messages?
--
Note: I don't know if elog
is a "C" Function or a "PostgreSql" Function.
Here you can find the source code which I'm talking about.
I'm using PgAdmin + PostgreSql + PostGis + PgRouting to call this function called DARP.
This is a PostgreSQL function which supports several debug levels and not all of them are saved by default. You can configure this through log_min_messages setting.