log4cplus use in android application

285 Views Asked by At

I have integreted the log4cplus in my android application. 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.

1

There are 1 best solutions below

1
On

You can the android log api for sending log outputs. refer this