PR_LogPrint

Writes an entry to the log.

Syntax

#include <prlog.h>

void PR_LogPrint(const char *fmt, ...);

Parameters

The function has this parameter:

fmt
The string that is used as the formatting specification.

Returns

Nothing

Description

This function unconditionally writes a message to the log using the specified format string. For a description of formatting and format strings, see "Formatted Printing".