Main Page | Data Structures | File List | Globals | Related Pages

location_info.h File Reference

The internal representation of caller location information. More...

#include <log4c/defs.h>

Include dependency graph for location_info.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Data Structures

struct  log4c_location_info_t
 logging location information More...

Defines

#define LOG4C_LOCATION_INFO_INITIALIZER   { __FILE__, __LINE__, "(nil)" }
#define log4c_location   __log4c_location(__LINE__)


Detailed Description

The internal representation of caller location information.

When a affirmative logging decision is made a log4c_location_info_t is created and is passed around the different log4c components.


Define Documentation

#define log4c_location   __log4c_location(__LINE__)
 

This macro returns the literal representation of a logging event location

#define LOG4C_LOCATION_INFO_INITIALIZER   { __FILE__, __LINE__, "(nil)" }
 

log4c_location_info_t initializer


Generated on Sat Dec 11 16:41:25 2004 for log4c by  doxygen 1.3.9.1