.TH "location_info.h" 3 "Version 1.2.4" "log4c" \" -*- nroff -*- .ad l .nh .SH NAME location_info.h \- The internal representation of caller location information\&. .SH SYNOPSIS .br .PP \fC#include \fP .br .SS "Data Structures" .in +1c .ti -1c .RI "struct \fBlog4c_location_info_t\fP" .br .RI "logging location information " .in -1c .SS "Macros" .in +1c .ti -1c .RI "#define \fBLOG4C_LOCATION_INFO_INITIALIZER\fP(user_data) { __FILE__, __LINE__, '(nil)', user_data }" .br .ti -1c .RI "#define \fBlog4c_location\fP __log4c_location(__LINE__)" .br .in -1c .SH "Detailed Description" .PP The internal representation of caller location information\&. When a affirmative logging decision is made a \fBlog4c_location_info_t\fP is created and is passed around the different log4c components\&. .SH "Macro Definition Documentation" .PP .SS "#define log4c_location __log4c_location(__LINE__)" This macro returns the literal representation of a logging event location .SS "#define LOG4C_LOCATION_INFO_INITIALIZER(user_data) { __FILE__, __LINE__, '(nil)', user_data }" \fBlog4c_location_info_t\fP initializer .SH "Author" .PP Generated automatically by Doxygen for log4c from the source code\&.