[Log4cplus-devel] Fwd: How to use log4cplus in android vitural device
Logging Framework for C++
Brought to you by:
wilx
From: yin k. <lai...@gm...> - 2013-12-20 02:02:20
|
I have integreted the log4cplus in my android application through use it as a static library. Because I am a newbie in android platform, i have some problems. In win32 platform , the fileappender will put the log file in the exe directory ,but in the android virtual device , I can't find the log file. In win32 project ,the consoleappender will output the log to the console ,but in the andriod application, the log didn't output in the logcat window, it's puzzled me a lot . Can some one get into the same troble before? please help me. |