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"

Go to the source code of this file.

Variables

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


Detailed Description

Logging routines for LCMAPS.

Author:
Martijn Steenbakkers for the EU DataGrid.

Definition in file lcmaps_log.c.


Variable Documentation

int debug_level = 0 [static]
 

debugging level

Definition at line 45 of file lcmaps_log.c.

char* extra_logstr = NULL [static]
 

string to be included in every log statement

Definition at line 46 of file lcmaps_log.c.

FILE* lcmaps_logfp = NULL [static]
 

stream associated with logfile

Definition at line 41 of file lcmaps_log.c.

int logging_syslog = 0 [static]
 

flag to use syslog

Definition at line 43 of file lcmaps_log.c.

int logging_usrlog = 0 [static]
 

flag to do user logging

Definition at line 42 of file lcmaps_log.c.

int should_close_lcmaps_logfp = 0 [static]
 

Flag to check if the log stream should be closed

Definition at line 47 of file lcmaps_log.c.


Generated on Sat Oct 2 02:18:27 2004 for edg-lcmaps by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002