/LWLogger

LWLogger,一个日志记录框架,基于CocoaLumberjack封装。能够记录不同级别的日志,并保存到文件,按日期生成压缩包。

Primary LanguageObjective-CMIT LicenseMIT

LWLogger

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
    // Override point for customization after application launch.
    [LWLogUtil initLogConfig];
    
    return YES;
}

LWLog(@"======LWLogger Log: %s",__func__);

Requirements

Installation

LWLogger is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'LWLogger'

Carthage

github "luowei/LWLogger"

Author

luowei, luowei@wodedata.com

License

LWLogger is available under the MIT license. See the LICENSE file for more info.