You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by Chethan Anand <ch...@cisco.com> on 2002/03/26 10:58:53 UTC

Logging debug statements from JNI

Hello,

I have a Java Application and I am using Log4j to log my messages.

I also have JNI code as part of my application. Now, if I have to 
log some messages from JNI code, how do I do it ? Can I use
the same appender that Java code uses ?

Thanks,
Chethan