Boost trivial log – custom severity name
I am using the boost trivial log with the default severity levels and I would like to map custom text for those default severity levels (e.g. instead of warning
use warn
).
Use boost logging across CPP project
I am new to CPP boost. I want to introduce logging in my CPP project