Defines a logging function for printing formatted messages. More...
Go to the source code of this file.
Functions | |
size_t | NXLog (id< NXConstantStringProtocol > format,...) |
Defines a logging function for printing formatted messages.
This file provides the NXLog
function, which is a convenient way to print formatted output to the standard error stream. It is similar to NSLog
from the Foundation framework.
Definition in file NXLog.h.