This struct is used by eina_future_cb_log_from_desc() and its contents will be routed to eina_log_print() along side the future value. More...
| Data Fields | |
| const char * | prefix | 
| The prefix to be printed.  More... | |
| const char * | suffix | 
| The suffix the be printed.  More... | |
| const char * | file | 
| The file name to be passed to eina_log_print().  More... | |
| const char * | func | 
| The file name to be passed to eina_log_print().  More... | |
| Eina_Log_Level | level | 
| The Eina_Log_Level to use. | |
| int | domain | 
| The log domain to use. | |
| int | line | 
| The line number to be passed to eina_log_print(). | |
This struct is used by eina_future_cb_log_from_desc() and its contents will be routed to eina_log_print() along side the future value.
| const char* _Eina_Future_Cb_Log_Desc::prefix | 
The prefix to be printed.
If NULL an empty string ("") is used. 
| const char* _Eina_Future_Cb_Log_Desc::suffix | 
The suffix the be printed.
If NULL '
' is used. 
| const char* _Eina_Future_Cb_Log_Desc::file | 
The file name to be passed to eina_log_print().
if NULL "Unknown file" is used. 
| const char* _Eina_Future_Cb_Log_Desc::func | 
The file name to be passed to eina_log_print().
if NULL "Unknown function" is used.