[ Previous ] [ Contents ] [ Index ] [ Next ]

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 NULLs.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.