You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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)?The text was updated successfully, but these errors were encountered: