LoggerFilter
The prototype for a logging filter.
The filter callback will be invoked for each request or response, and should analyze it and return a enum@LoggerLogLevel value indicating how much of the message to log.
param
loggerthe #SoupLoggerparam
msgthe message being loggedreturn a enum@LoggerLogLevel value indicating how much of the message to log