This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Event log creation and presentation
#15
(07.01.2022, 12:20)admin Wrote: If you want to clear the list completely you can simply delete the storage entry:
Code:
storage.delete('eventlog')

You can remove a certain event from the list like this:
Code:
text = 'Fri 07/01/2022 14:13:51 example event'
storage.exec('lrem', 'eventlog', 0, text)

If you want to do this from the UI then it's more complicated. You need an additional .lp to handle delete requests.
Thanks. This is what's a meant.
Reply


Messages In This Thread
RE: Event log creation and presentation - by Re-G - 07.01.2022, 13:42

Forum Jump: