1

I can't figure out how to initialize and load configuration file of log4cplus. Does anyone give me hints ? Thanks in advance. K.

Kattabomane
  • 124
  • 11

1 Answers1

1

You can use PropertyConfigurator::doConfigure() to load properties file and configure log4cplus using it.

wilx
  • 17,697
  • 6
  • 59
  • 114