log.c icon indicating copy to clipboard operation
log.c copied to clipboard

Add support for C++

Open rcastill opened this issue 6 years ago • 2 comments

Wrap log.h definitions in extern "C" if library compiled with C compiler and user compiling with C++ compiler.

rcastill avatar Jul 31 '19 17:07 rcastill

very good

skyformat99 avatar Aug 08 '20 02:08 skyformat99

FWIW, I have added this to my rolling-appender (#21 ) pull request.

chuckwolber avatar Aug 22 '20 19:08 chuckwolber