Copyright © 2009 Marc Worrell Date: 2009-04-08
Authors: Marc Worrell (marc@worrell.nl).
c/1 | Return a new context. |
debug/2 | Log a debug message, with extra props. |
debug/3 | |
debug_msg/3 | Echo and return a debugging value. |
flush/0 | Reset all caches, reload the dispatch rules and rescan all modules. |
flush/1 | |
info/2 | Log an informational message. |
info/3 | |
m/0 | (Re)make all erlang source modules and reset the caches. |
n/2 | Send a notification. |
n1/2 | Send a notification to the first observer. |
restart/0 | Full restart of Zotonic. |
warning/2 | Log a warning. |
warning/3 |
c(Site) -> any()
Return a new context
debug(Msg, Context) -> any()
Log a debug message, with extra props.
debug(Msg, Props, Context) -> any()
debug_msg(Module, Line, Msg) -> any()
Echo and return a debugging value
flush() -> any()
Reset all caches, reload the dispatch rules and rescan all modules.
flush(Context) -> any()
info(Msg, Context) -> any()
Log an informational message.
info(Msg, Props, Context) -> any()
m() -> any()
(Re)make all erlang source modules and reset the caches.
n(Msg, Context) -> any()
Send a notification
n1(Msg, Context) -> any()
Send a notification to the first observer
restart() -> any()
Full restart of Zotonic
warning(Msg, Context) -> any()
Log a warning.
warning(Msg, Props, Context) -> any()
Generated by EDoc, Feb 25 2011, 21:14:41.