File: logging.h

package info (click to toggle)
dnprogs 2.43.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,936 kB
  • ctags: 3,872
  • sloc: ansic: 24,686; cpp: 10,608; makefile: 769; sh: 551; awk: 13
file content (8 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
// libdap/logging.h
//
#include <stdarg.h>

void init_logging(const char *, char, bool);
void daplog(int level, const char *fmt, ...);

#define DAPLOG(x) daplog x