loguru
loguru copied to clipboard
Missing LOG_SCOPE_S() macro ?
trafficstars
I'm using the stream versions of Loguru macros but I can't find a stream version for:
LOG_SCOPE_F(INFO, "some message");
Am I missing something ?
LOG_SCOPE_S is a feature which I haven't been needing and so haven't implemented.
Nice to have:
- Convenience. Unable to directly use
LOG_SCOPEfor C++ objects withoperator<<defined. - Consistency. There are
_Scounterparts for every_Fbut not forLOG_SCOPE.