Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kLogf ( const kChar format,
  ... 
)

Formats and writes a message to log handlers (if registered).

This method makes use of underlying platform support to format string output. Accordingly, minor formatting differences may occur on different platforms.

The format buffer used to implement this method limits the size of one output message to 256 bytes.

Parameters
formatPrint format string.
Returns
Operation status.
See also
kLog, kLogvf, kApiLib_AddLogHandler