Function
GLiblog_structured_standard
Declaration [src]
void
g_log_structured_standard (
  const gchar* log_domain,
  GLogLevelFlags log_level,
  const gchar* file,
  const gchar* line,
  const gchar* func,
  const gchar* message_format,
  ...
)
Parameters
- log_domain
- 
            Type: const gchar*No description available. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- log_level
- 
            Type: GLogLevelFlagsNo description available. 
- file
- 
            Type: const gchar*No description available. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- line
- 
            Type: const gchar*No description available. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- func
- 
            Type: const gchar*No description available. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- message_format
- 
            Type: const gchar*No description available. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- ...
- 
            Type: No description available.