Module m_log_ui

Model for ui log messages.

Copyright © 2019 Marc Worrell

Behaviours: zotonic_model.

Authors: Marc Worrell.

Description

Model for ui log messages.

Function Index

get/2
insert/2
insert_event/2
install/1
m_get/3
periodic_cleanup/1Periodic cleanup of max 10K items older than 1 week.
search_query/2

Function Details

get/2

get(Id, Context) -> any()

insert/2

insert(Props, Context) -> any()

insert_event/2

insert_event(Props, Context) -> any()

install/1

install(Context) -> any()

m_get/3

m_get(Rest, Msg, Context) -> any()

periodic_cleanup/1

periodic_cleanup(Context) -> any()

Periodic cleanup of max 10K items older than 1 week

search_query/2

search_query(Args::list(), Context::z:context()) -> #search_sql{}


Generated by EDoc