Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

lcmaps_log.c File Reference

Logging routines for LCMAPS. More...

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdarg.h>
#include <syslog.h>
#include <time.h>
#include <ctype.h>
#include "_lcmaps_log.h"

Include dependency graph for lcmaps_log.c:

Include dependency graph

Go to the source code of this file.

Defines

#define DEBUG_LEVEL   0

Variables

FILE* lcmaps_logfp = NULL
int logging_usrlog = 0
int logging_syslog = 0
int debug_level = 0
char* extra_logstr = NULL


Detailed Description

Logging routines for LCMAPS.

Author:
Martijn Steenbakkers for the EU DataGrid.

Definition in file lcmaps_log.c.


Define Documentation

#define DEBUG_LEVEL   0
 

default debugging level

Definition at line 35 of file lcmaps_log.c.


Variable Documentation

int debug_level = 0 [static]
 

debugging level

For internal use only.

Definition at line 45 of file lcmaps_log.c.

char * extra_logstr = NULL [static]
 

string to be included in every log statement

For internal use only.

Definition at line 46 of file lcmaps_log.c.

FILE * lcmaps_logfp = NULL [static]
 

logfile descriptor.

For internal use only.

Definition at line 41 of file lcmaps_log.c.

int logging_syslog = 0 [static]
 

flag to use syslog

For internal use only.

Definition at line 43 of file lcmaps_log.c.

int logging_usrlog = 0 [static]
 

flag to do user logging

For internal use only.

Definition at line 42 of file lcmaps_log.c.


Generated at Thu Mar 4 17:39:22 2004 for edg-lcmaps by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001