comet/comet_handler

Functions

pub fn atom(name: String) -> Atom
pub fn format(
  log: Dict(Atom, Dynamic),
  config: Dict(Atom, Context(a)),
) -> Charlist

Format is used for formatting log entries into strings. by the default erlang logger.

pub fn log(
  event: Dict(Atom, Dynamic),
  config: Dict(Atom, Context(a)),
) -> Nil
Search Document