the claim is that erlog:load(PID,erlog_ets) will initiate using an ets table, but this does not work, it seems there is something else needed to initialize. Looking at the code it seems like one would want erlog:load(erlog_ets, ...) but it's not clear how to obtain the second parameter (which should be some sort of {erlog, ...} record)?
the claim is that
erlog:load(PID,erlog_ets)
will initiate using an ets table, but this does not work, it seems there is something else needed to initialize. Looking at the code it seems like one would wanterlog:load(erlog_ets, ...)
but it's not clear how to obtain the second parameter (which should be some sort of{erlog, ...}
record)?