libcontrac
A library for contact tracing
Macros | Functions
log.h File Reference

Allows output to be sent to the log. More...

#include <syslog.h>
Include dependency graph for log.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LOG(level, ...)   log_priority(level, __VA_ARGS__);
 

Functions

void log_priority (int priority, const char *format,...)
 

Detailed Description

Allows output to be sent to the log.

Author
David Llewellyn-Jones david.nosp@m.@fly.nosp@m.pig.c.nosp@m.o.uk
Version
0.01

LICENSE

Copyright David Llewellyn-Jones, 2020 Released under the GPLv2.

DESCRIPTION

This is a simple set of functions and macros that allows strings to be recorded in the syslog.