Function psyiage_logf¶
Defined in File psyiagesdk.h
Function Documentation¶
-
FUTURE_PSYIAGE_API int
psyiage_logf
(psyiage_handle handle, psyiage_log_level level, char *format, ...)¶ Print a formatted entry into the log.
Append printf-style formatted data into the current session’s log
- Note
Not yet implemented
- Return
If successful, PSYIAGE_ERROR_SUCCESS. Otherwise, a non-zero error code
- Parameters
handle
: - A handle to the psyiage instancelevel
: - Log level of the log entryformat
: - String specifying how the subsequent data is written to the log...
: - Variable arguments specifying the data to be formatted and written to the log