logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

location_info.h - The internal representation of caller location information.

Author

       Generated automatically by Doxygen for log4c from the source code.

log4c                                             Version 1.2.4                               location_info.h(3)

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.

Macro Definition Documentation

#definelog4c_location__log4c_location(__LINE__)
       This macro returns the literal representation of a logging event location

   #defineLOG4C_LOCATION_INFO_INITIALIZER(user_data){__FILE__,__LINE__,'(nil)',user_data}log4c_location_info_t initializer

Name

       location_info.h - The internal representation of caller location information.

Synopsis

       #include <log4c/defs.h>

   DataStructures
       struct log4c_location_info_t
           logging location information

   Macros
       #define LOG4C_LOCATION_INFO_INITIALIZER(user_data)   { __FILE__, __LINE__, '(nil)', user_data }
       #define log4c_location   __log4c_location(__LINE__)

See Also