formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Basic

fzrt_error_log_msg

Description

Writes a message to the error log. This will write a time stamped message to the error log file.

Plugin Prototype

void fzrt_error_log_msg(

fzrt_int

id,

char *

str )

Parameters

id [Input]

error id

str [Input]

Message to write to log file, as a C string

Availability

5.0.0.0

Function Set

fz_fzrt_base_fset


Defined in

fzrt_api.h