Files
sics/logsetup.h
zolliker 61341b52f4 various improvements
- use dig for resolving host names
- ascon.c: fix terminator parsing
- property callback: change property before callback
- logger.c:default for logger period must be the old value instead of 1
- add frappy type history writing
- increase max. logreader line length
- HIPNONE returns "null" with json protocol
- encode strings properly in formatNameValue
- fix memory leak in json2tcl
- scriptcontext: do not show debug messages when script starts with underscore or when the "send" property is empty
- scriptcontext: remove args for action timestamp
- scriptcontext: "que" function will replace an already queued action, e.g. for 'halt
- introduced updatestatus script
2021-09-16 12:26:18 +02:00

15 lines
322 B
C

/*---------------------------------------------------------------------------
logsetup.h
Markus Zolliker, Oct 2020
----------------------------------------------------------------------------
*/
#ifndef LOGSETUP_H
#define LOGSETUP_H
#include "hipadaba.h"
int LogMakeInternal(pHdb node, char *path, int period);
#endif