Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about log4cxx

Read more about log4cxx

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)

Questions - log4cxx

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 ...
test-img

Paulus

c++

logging

log4cxx

spdlog

Votes: 0

Answers: 1

Latest Answer

There is https://github.com/guangie88/spdlog_setup to configure spdlog using TOML
test-img

GabiMe

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...
test-img

Karim Harbaoui

c++

linker

.so

log4cxx

fpic

Votes: 0

Answers: 1

Latest Answer

You are trying to link your shared library to a static library (liblog4cxx.a), which does not work, because all ingredients to a shared library must be compiled with the -fPIC (position independent co...
test-img

Jakob Stark

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved