|
OC Updated for version 2.0
|
#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 ENVFLAG "OCLOGFILE" |
Definition at line 12 of file oclog.c.
Referenced by oc_loginit().
1.7.4