chickadee » ola » init-logging

(init-logging [level] [output]) => boolprocedure

Level may be one of the following symbols:

  • log-level/none
  • log-level/fatal
  • log-level/warn
  • log-level/info
  • log-level/debug
  • log-level/max

Output may be one of the following symbols:

  • log-output/stderr
  • log-output/syslog
  • log-output/null