etk/log/etk-log/logIOs.m

18 lines
253 B
Objective-C

/**
* @author Edouard DUPIN
*
* @copyright 2011, Edouard DUPIN, all right reserved
*
* @license APACHE v2.0 (see license file)
*/
#import <UIKit/UIKit.h>
#include <etk/logIOs.h>
void iosNSLog(const char * _value) {
NSLog(@"\r%s", _value);
}