5 messages in net.java.dev.jna.usersRe: [jna-users] Log statements of C/C...
FromSent OnAttachments
Kunal ShahFeb 4, 2009 12:46 pm 
Robert KobergFeb 4, 2009 12:54 pm 
LYou...@gkservices.comFeb 4, 2009 1:19 pm 
Timothy WallFeb 4, 2009 1:44 pm 
Kunal ShahMar 7, 2009 4:24 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [jna-users] Log statements of C/C++ to Java loggerActions...
From:LYou...@gkservices.com (LYou@gkservices.com)
Date:Feb 4, 2009 1:19:30 pm
List:net.java.dev.jna.users

Make a function in C, call it from java with JNA.

Levi Yourchuck Senior Programmer Analyst G&K Services Phone: 952 912 5828 www.gkservices.com Enhancing Image & Safety Through Innovation This e-mail and any attachments may contain confidential and privileged information. If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this e-mail and destroy any copies. Any dissemination or use of this information by a person other than the intended recipient is unauthorized and may be illegal.

Kunal Shah <kuna@gmail.com> 02/04/2009 02:46 PM Please respond to use@jna.dev.java.net

To use@jna.dev.java.net cc

Subject [jna-users] Log statements of C/C++ to Java logger

I am working on a C/C++ application which generates tons of logs. I am looking forward to find a way to specify C/C++ application's 'stdout/printf' output on a log4j/logger.

I am not looking for a fancy functionality like, debug/info/error. All I need is a way to turn ON/OFF the logs.

Thanks, Kunal