emilk / loguru

A lightweight C++ logging library
The Unlicense
1.76k stars 256 forks source link

add va_list versions of log functions and add optional anonymous namespace #208

Closed vicentebolea closed 2 years ago

vicentebolea commented 2 years ago

These proposed changes are being used in the forked version Loguru used in ECP VTK-m.

Proposed changes are split into two commits:

vicentebolea commented 2 years ago

The CI error is unrelated to this changed and it is being fixed at #187

vicentebolea commented 2 years ago

I apply the fix at #187 to discard that there is any other error in those changes.

vicentebolea commented 2 years ago

@bylowerik thanks for the notice, rebased :)