Module m_log

Model for log messages.

Copyright © 2010 Arjan Scherpenisse <arjan@scherpenisse.net> Date: 2010-06-01

Behaviours: zotonic_model.

Authors: Arjan Scherpenisse (arjan@scherpenisse.net).

Description

Model for log messages.

Function Index

get/2
install/1
m_get/3Fetch the value for the key from a model source.
periodic_cleanup/1Periodic cleanup of max 10K items older than 3 months.
search_query/2

Function Details

get/2

get(Id, Context) -> any()

install/1

install(Context) -> any()

m_get/3

m_get(Rest::list(), Msg::zotonic_model:opt_msg(), Context::z:context()) -> zotonic_model:return()

Fetch the value for the key from a model source

periodic_cleanup/1

periodic_cleanup(Context) -> any()

Periodic cleanup of max 10K items older than 3 months

search_query/2

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


Generated by EDoc