view doc/src/api/module/Irccd.Logger/Irccd.Logger.debug.md @ 614:ebdc614db066

Docs: get rid of metadata
author David Demelier <markand@malikania.fr>
date Sun, 17 Dec 2017 09:21:49 +0100
parents bb9771fb5f44
children
line wrap: on
line source

# Function Irccd.Logger.debug

Adds a debug message, this is only appended to the journal if irccd was compiled
in Debug mode.

# Synopsis

```javascript
Irccd.Logger.debug(message)
```

# Arguments

  - **message**: the message.

# Remarks

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