PDL_Log

Description

Logs to the file /media/internal/tracking.txt under the category "pdl_log". Writes output according to a specified format, similar to the Linux command vsnprintf.

Note: This API has been available since webOS 3.0.2 (PDK version 303).

Syntax

void PDL_Log(const char *format, ...);

Argument Description
format Output format.
output Arguments to print.

Returns

None.