Zen API
|
kStatus kLogf | ( | kLogOption | options, |
const kChar * | source, | ||
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.
options | Log options. |
source | Message source to print. |
format | Print format string. |