Classes | |
struct | return_raw_stream |
Allows you to write to a log using the cool "<<" operator. The .msg() returns the stream itself. More... | |
struct | return_str |
Allows you to write to a log using the cool "<<" operator. The .msg() returns a string - whatever you set as first template param. More... | |
struct | return_tag_holder |
Returns a tag holder. More... |
The .msg()
function returns the gathered message.
A class that implements gathering the message needs 2 things:
.out()
.msg()
that will return the gathered data (once all data has been gathered).