loguru icon indicating copy to clipboard operation
loguru copied to clipboard

Missing LOG_SCOPE_S() macro ?

Open jamesmagnus opened this issue 7 years ago • 2 comments
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 ?

jamesmagnus avatar Sep 06 '18 22:09 jamesmagnus

LOG_SCOPE_S is a feature which I haven't been needing and so haven't implemented.

emilk avatar Sep 18 '18 16:09 emilk

Nice to have:

  • Convenience. Unable to directly use LOG_SCOPE for C++ objects with operator<< defined.
  • Consistency. There are _S counterparts for every _F but not for LOG_SCOPE.

dmitry-t avatar Apr 14 '23 10:04 dmitry-t