objc

Functions
NXLog.h File Reference

Defines a logging function for printing formatted messages. More...

#include <objc/objc.h>
#include <runtime-sys/sys.h>
Include dependency graph for NXLog.h:

Go to the source code of this file.

Functions

size_t NXLog (id< NXConstantStringProtocol > format,...)
 

Detailed Description

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.