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

posted @ 2011-12-31 10:05  cc_team  阅读(114)  评论(0编辑  收藏  举报