/[monit]/monit/log.c
ViewVC logotype

Diff of /monit/log.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by hauk, Thu Jun 5 20:45:47 2003 UTC revision 1.12 by hauk, Fri Jun 6 16:43:06 2003 UTC
# Line 113  int log_init() { Line 113  int log_init() {
113   * Log a message to monits logfile or syslog   * Log a message to monits logfile or syslog
114   * @param format A formated (printf-style) string to log   * @param format A formated (printf-style) string to log
115   */   */
116  void log(const char *format, ...) {  void log_log(const char *format, ...) {
117        
118    va_list ap;    va_list ap;
119    char msg[STRLEN];    char msg[STRLEN];

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26