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

来源:互联网 发布:node 跨域请求 编辑:程序博客网 时间:2024/06/15 20:49
////  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


原创粉丝点击