comparison doc/src/js/module/Irccd.Logger/Irccd.Logger.debug.md @ 817:ebe561276c33

doc: start reworking, continue #752 @8h
author David Demelier <markand@malikania.fr>
date Mon, 19 Nov 2018 07:04:42 +0100
parents doc/src/api/module/Irccd.Logger/Irccd.Logger.debug.md@ebdc614db066
children
comparison
equal deleted inserted replaced
816:42992b30f928 817:ebe561276c33
1 # Function Irccd.Logger.debug
2
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
17
18 This function targets irccd developers, the end user should not use it.