PR_SetLogBuffering

Sets the level of buffering for the log file.

Syntax

#include <prlog.h>

void PR_SetLogBuffering(PRIntn buffer_size);

Parameters

The function has this parameter:

buffer_size
The size of the buffer to be used for logging.

Returns

Nothing

Description

This function sets the size of the buffer used in NSPR logging.

Ordinarily, a user application need not use this function, as NSPR initializes logging at NSPR startup. The application can use the model provided in Use Example to effect application logging.