Function
SoupLoggerFilter
Declaration
SoupLoggerLogLevel
(* SoupLoggerFilter) (
  SoupLogger* logger,
  SoupMessage* msg,
  gpointer user_data
)
Description [src]
The prototype for a logging filter.
The filter callback will be invoked for each request or response, and should
analyze it and return a SoupLoggerLogLevel value indicating how much of
the message to log.
Parameters
- logger
- 
            Type: SoupLoggerThe SoupLogger.The data is owned by the caller of the function. 
- msg
- 
            Type: SoupMessageThe message being logged. The data is owned by the caller of the function. 
- user_data
- 
            Type: gpointerThe data passed to soup_logger_set_request_filter()orsoup_logger_set_response_filter().The argument can be NULL.The data is owned by the caller of the function. 
Return value
Type: SoupLoggerLogLevel
A SoupLoggerLogLevel value indicating how much of the message to log.