The documentation of record_view
states that it encapsulates the log message string.
I'd like to retrieve it in the context of the consume
function of a custom basic_string_backend
subclass.
Is it possible, or do I have to derive from basic_formatted_sink_backend
?