Nut/OS  4.10.3
API Reference
syslog_P.c File Reference

Syslog client routines for Harvard architecture. More...

#include <cfg/syslog.h>
#include <stdio.h>
#include <stdarg.h>
#include <memdebug.h>
#include <sys/syslog.h>
Include dependency graph for syslog_P.c:

Go to the source code of this file.

Defines

#define SYSLOG_INTERNAL

Functions

void vsyslog_P (int pri, PGM_P fmt_P, va_list ap)
 Print log message.
void syslog_P (int pri, PGM_P fmt_P,...)
 Print log message.

Detailed Description

Syslog client routines for Harvard architecture.

 * $Id$
 * 

Definition in file syslog_P.c.


Define Documentation

#define SYSLOG_INTERNAL

Definition at line 76 of file syslog_P.c.