This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

syslog call->where is it logged on Win-NT


Here is the code snippet using syslog call. Where
are the logs strored?? Can they be seen by 
Event Viewer. 
Thanks for your response,
Dushyant Sharma
#include <syslog.h>
int main ( )
{	char *application = "??????";
	openlog( application, 0, LOG_USER );
        syslog( LOG_EMERG, "Test this thang00" );
        syslog( LOG_EMERG, "Test this thang11" );
        syslog( LOG_EMERG, "Test this thang22" );
	closelog();
	return 0;
}

-----
Free e-mail group hosting at http://www.eGroups.com/
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]