天天看点

iphone-common-codes-ccteam源代码 CCLog.m

// // CCLog.m // CCFC // // Created by xichen on 11-12-17. // Copyright 2011年 ccteam. All rights reserved. // #import "CCLog.h" @implementation CCLog + (void)logDetail:(NSString *)str { NSLog(@"filename: %s line: %d %@", __FILE__, __LINE__, (str)); } @end

googlecode链接地址(会有更新):http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCLog.m

github地址:https://github.com/cxsjabc/iphone-common-codes-ccteam/tree/master/CCFC/files/CCLog.m