view doc/src/api/module/Irccd.Logger/Irccd.Logger.debug.md @ 607:bb9771fb5f44

Docs: rework documentation - Change directories, - Remove handwritten manual pages.
author David Demelier <markand@malikania.fr>
date Fri, 08 Dec 2017 20:11:22 +0100
parents doc/html/api/module/Irccd.Logger/Irccd.Logger.debug.md@48676ca7071c
children ebdc614db066
line wrap: on
line source

---
function: debug
js: true
summary: "Adds a debug message, this is only appended to the journal if irccd was compiled in Debug mode."
synopsis: "Irccd.Logger.debug(message)"
arguments:
  - "**message**: the message."
---

## Remarks

This function targets irccd developers, the end user should not use it.