//
// 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
本文详细解读了CCLog.m文件,展示了如何使用CCLog进行日志记录,并提供了其Google代码链接及GitHub地址,方便开发者获取源码及进一步学习。
85

被折叠的 条评论
为什么被折叠?



