diff options
author | Urban Müller | 2017-01-06 14:34:17 +0100 |
---|---|---|
committer | Urban Müller | 2017-01-06 14:34:17 +0100 |
commit | 53cc3c345d373fba1e5424479b8864e23252555b (patch) | |
tree | e327fbc5d79b478d0a8549b9c442275c4c48dd3e /it.class | |
parent | 49f4d132530d24c4907772d75419c94cb6aef173 (diff) | |
download | itools-53cc3c345d373fba1e5424479b8864e23252555b.tar.gz itools-53cc3c345d373fba1e5424479b8864e23252555b.tar.bz2 itools-53cc3c345d373fba1e5424479b8864e23252555b.zip |
better docs
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -116,13 +116,13 @@ static function timerlog($label = '') * @param $p['title'] error title, one line * @param $p['body'] error body, multiline string or any data type (will be dumped) * @param $p['to'] comma separated recipient list - * @param $p['id'] identifier of error. if given, only subsequent errors of same id will trigger message - * @param $p['graceperiod'] number of seconds within which additional errors are ignored if id is set [60] - * @param $p['timewindow'] number of seconds after graceperiod within which the second error must occur if id is set [25*3600] + * @param $p['id'] id of error. if given, first error is suppressed and second has to occur after 'graceperiod' within 'timewindow' + * @param $p['graceperiod'] in seconds. see 'id' [60] + * @param $p['timewindow'] in seconds. see 'id' [25*3600] + * @param $p['blockmailid'] block mail for $p['blockmail'] seconds with same id. Default: $p['to'] + * @param $p['blockmail'] number of seconds to block mails after having sent a mail [3600] * @param $p['backtraceskip'] number of stack levels to drop * @param $p['skipfiles'] files to skip in backtrace - * @param $p['blockmail'] number of seconds to block mails after having sent a mail [3600] - * @param $p['blockmailid'] block mail for $p['blockmail'] seconds with same id. Default: $p['to'] * @param $p['okstate'] give current ok label and ok state, e.g. telresult=1 for working. see failcount * @param $p['failcount'] give number of consecutive okstate failures needed for creating an error [2] * @param $p['omitdebuginfo'] value 1 omits long stack and var dumps, value 2 also omits trace and url |