Ns_LogRaw
Overview
Log raw data
Syntax
void Ns_LogRaw(
char *data,
int len
);
Description
The Ns_LogRaw function writes
len
bytes of raw data to the log file. This is useful if the data is binary and may contain embedded
NULL
s.
Top of Page
Copyright © 1996 America Online, Inc.