source: trunk/include/sh_log_mark.h@ 430

Last change on this file since 430 was 265, checked in by katerina, 15 years ago

Enhance logfile monitoring (tickets #183, #184, #185).

File size: 303 bytes
Line 
1#ifndef SH_LOG_MARK_H
2#define SH_LOG_MARK_H
3
4void sh_log_mark_destroy();
5
6int sh_log_mark_add (const char * label, time_t interval, const char * qlabel);
7
8void sh_log_mark_update (sh_string * label, time_t timestamp);
9
10void sh_log_mark_check();
11
12int sh_log_set_mark_severity (const char * str);
13
14#endif
Note: See TracBrowser for help on using the repository browser.