comparison 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
comparison
equal deleted inserted replaced
613:0c7241258289 614:ebdc614db066
1 --- 1 # Function Irccd.Logger.debug
2 function: debug
3 js: true
4 summary: "Adds a debug message, this is only appended to the journal if irccd was compiled in Debug mode."
5 synopsis: "Irccd.Logger.debug(message)"
6 arguments:
7 - "**message**: the message."
8 ---
9 2
10 ## Remarks 3 Adds a debug message, this is only appended to the journal if irccd was compiled
4 in Debug mode.
5
6 # Synopsis
7
8 ```javascript
9 Irccd.Logger.debug(message)
10 ```
11
12 # Arguments
13
14 - **message**: the message.
15
16 # Remarks
11 17
12 This function targets irccd developers, the end user should not use it. 18 This function targets irccd developers, the end user should not use it.