标签:evel set das div ddl nsfile level arch manager
static constint ddLogLevel =DDLogLevelWarning;
-(void)setUpLumberJack
{
NSArray *paths =NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,NSUserDomainMask,YES);
NSString *docPath = [[pathslastObject]stringByAppendingString:@"/Logs"];
DDLogFileManagerDefault* fileManager = [[DDLogFileManagerDefaultalloc]initWithLogsDirectory:docPathdefaultFileProtectionLevel:NSFileProtectionNone];
DDFileLogger* fileLogger = [[DDFileLoggeralloc]initWithLogFileManager:fileManager];
[DDLogaddLogger:[DDASLLoggersharedInstance]];
[DDLogaddLogger:[DDTTYLoggersharedInstance]];
[DDLogaddLogger:fileLogger];
}
标签:evel set das div ddl nsfile level arch manager
原文地址:http://www.cnblogs.com/yangykaifa/p/7255715.html