File: logging.h

package info (click to toggle)
dnprogs 2.18-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,896 kB
  • ctags: 3,051
  • sloc: ansic: 18,586; cpp: 9,436; makefile: 669; sh: 502; awk: 13
file content (8 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
// libdap/logging.h
//
#include <stdarg.h>

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

#define DAPLOG(x) daplog x