天天看點

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