python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is it possible to configure spdlog from a file like log4j or log4cxx?
I have experience of log4j, and have used a port of it called log4net in c#. In both cases I find it very useful to configure loggers at run time, by means of logger config files. For example you can ...
Paulus
Votes: 0
Answers: 1
log4cxx recompile with -fPIC
I'm compiling a shared lib (.so) that use log4cxx library. I'm getting the following error:
liblog4cxx.a(level.o): relocation R_X86_64_32 against `.bss' can not be used when making a shared object; re...
Karim Harbaoui
Votes: 0
Answers: 1