OC Updated for version 2.0
Defines | Functions
oclog.c File Reference
#include "config.h"
#include "ocinternal.h"
#include <stdio.h>
#include <fcntl.h>

Go to the source code of this file.

Defines

#define PREFIXLEN   8
#define ENVFLAG   "OCLOGFILE"

Functions

void oc_loginit (void)
int oc_setlogging (int tf)
int oc_logopen (const char *file)
void oc_logclose (void)
void oc_log (int tag, const char *format,...)
void oc_logtext (int tag, const char *text)

Define Documentation

#define ENVFLAG   "OCLOGFILE"

Definition at line 12 of file oclog.c.

Referenced by oc_loginit().

#define PREFIXLEN   8

Definition at line 10 of file oclog.c.