[go: up one dir, main page]

File: logging.h

package info (click to toggle)
dnprogs 2.37.2-0.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,380 kB
  • ctags: 3,838
  • sloc: ansic: 24,383; cpp: 10,540; makefile: 753; sh: 553; 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