CocoaLumberjack 官方文檔翻譯

https://github.com/CocoaLumberjack/CocoaLumberjack

在練習(xí)雙拼料祠,順手隨便翻下贾漏,慢慢更新吧对人,不對之處還請指正。

CocoaLumberjack

CocoaLumberjack is a fast & simple, yet powerful & flexible logging framework for Mac and iOS.
CocoaLumberjack 是一個快速&簡單,是 Mac 和 iOS 上強大&靈活的日志框架.

How to get started

怎么開始

Swift version via CocoaPods
通過 CocoaPods 安裝 Swift 版本
platform :ios, '8.0'
pod 'CocoaLumberjack/Swift'
use_frameworks!

Note: Swift is a subspec which will include all the Obj-C code plus the Swift one, so this is sufficient.
For more details about how to use Swift with Lumberjack, see this conversation.

Swift Usage

If you installed using CocoaPods or manually:

import CocoaLumberjack
DDLog.addLogger(DDTTYLogger.sharedInstance()) // TTY = Xcode console
DDLog.addLogger(DDASLLogger.sharedInstance()) // ASL = Apple System Logs

let fileLogger: DDFileLogger = DDFileLogger() // File Logger
fileLogger.rollingFrequency = 60*60*24  // 24 hours
fileLogger.logFileManager.maximumNumberOfLogFiles = 7
DDLog.addLogger(fileLogger)

...

DDLogVerbose("Verbose");
DDLogDebug("Debug");
DDLogInfo("Info");
DDLogWarn("Warn");
DDLogError("Error");
Obj-C version via CocoaPods
通過 CocoaPods 安裝 Obj-C 版本
platform :ios, '7.0'
pod 'CocoaLumberjack'
Obj-C usage
Obj-C 用法

If you're using Lumberjack as a framework, you can @import CocoaLumberjack.
如果你在使用 Lumberjack 作為框架搪柑,你可以@import CocoaLumberjack.

Otherwise, #import <CocoaLumberjack/CocoaLumberjack.h>
否則,#import <CocoaLumberjack/CocoaLumberjack.h>

[DDLog addLogger:[DDTTYLogger sharedInstance]]; // TTY = Xcode console
// TTY = Xcode 控制臺
[DDLog addLogger:[DDASLLogger sharedInstance]]; // ASL = Apple System Logs
// ASL = 蘋果系統(tǒng)日志

DDFileLogger *fileLogger = [[DDFileLogger alloc] init]; // File Logger
fileLogger.rollingFrequency = 60 * 60 * 24; // 24 hour rolling
fileLogger.logFileManager.maximumNumberOfLogFiles = 7;
[DDLog addLogger:fileLogger];

...

DDLogVerbose(@"Verbose");
DDLogDebug(@"Debug");
DDLogInfo(@"Info");
DDLogWarn(@"Warn");
DDLogError(@"Error");
Installation with Carthage (iOS 8+)

Carthage 的安裝方式 (iOS 8+)

Carthage is a lightweight dependency manager for Swift and Objective-C. It leverages CocoaTouch modules and is less invasive than CocoaPods.
Carthage是一個輕量級的 Swift 和 Objective-C 的依賴管理器索烹。它會對 CocoaTouch 模塊起作用工碾,比 CocoaPods 影響的東西要少。

To install with Carthage, follow the instruction on Carthage
按照這個指示安裝Carthage
Cartfile

github "CocoaLumberjack/CocoaLumberjack"

CocoaLumberjack 2

Migrating to 2.x

遷移至 2.x 版本

  • Replace DDLog.h imports by #import <CocoaLumberjack/CocoaLumberjack.h>.
  • 導(dǎo)入用#import <CocoaLumberjack/CocoaLumberjack.h>替換 DDLog.h .

Advanced users, third party libraries:

  • Replace all DDLogC macros for regular DDLog macros.
  • Replace log level (LOG_LEVEL_*) macros with DDLogLevel enum values
  • Replace log flag (LOG_FLAG_*) macros with DDLogFlag enum values
  • Replace DDLogMessage ivars and method calls to the new ivars and methods
    • logMsg with _message
    • logLevel with _level
    • logFlag with _flag
    • logContext with _context
    • lineNumber with _line (type changed from int to NSUInteger)
    • file with _file (filename contains just the file name, without the extension and the full path)
    • timestamp with _timestamp
    • methodName with function
  • Replace DDAbstractLogger formatter to logFormatter
  • YSSingleFileLogger ivars are no longer accesible, use the methods instead
  • Replace [DDLog addLogger:withLogLevel:] with [DDLog addLogger:withLevel:]

Forcing 1.x

If an included library requires it, you can force CocoaLumberjack 1.x by setting the version before the conflicting library:

pod 'CocoaLumberjack', '~> 1.9'
pod 'ConflictingLibrary'

Features

特色

Lumberjack is Fast & Simple, yet Powerful & Flexible.

It is similar in concept to other popular logging frameworks such as log4j, yet is designed specifically for Objective-C, and takes advantage of features such as multi-threading, grand central dispatch (if available), lockless atomic operations, and the dynamic nature of the Objective-C runtime.
它和其他像 log4j 這樣的熱門日志記錄框架的概念相似百姓,目前只特別針對 Objective-C,在多線程渊额,grand central dispatch(GCD),無鎖的原子性操作比較有優(yōu)勢垒拢,還有Objective-C 運行時的動態(tài)特色旬迹。

Lumberjack is Fast

In most cases it is an order of magnitude faster than NSLog.
在大多數(shù)情況下,它比 NSLog 快速求类、有條理奔垦。

Lumberjack is Simple

It takes as little as a single line of code to configure lumberjack when your application launches. Then simply replace your NSLog statements with DDLog statements and that's about it. (And the DDLog macros have the exact same format and syntax as NSLog, so it's super easy.)
配置lumberjack 只需要很少的幾行代碼。只需簡單的用DDLog替換 NSLog 尸疆。(并且DDLog的宏和NSLog的格式語法完全相同椿猎,所以它超級簡單)

Lumberjack is Powerful:

One log statement can be sent to multiple loggers, meaning you can log to a file and the console simultaneously. Want more? Create your own loggers (it's easy) and send your log statements over the network. Or to a database or distributed file system. The sky is the limit.
一個日志聲明可以被多次發(fā)送,意味著你可以同時輸出日志到控制臺和文件寿弱。想要更多犯眠?創(chuàng)建你自己的日志器,并且通過網(wǎng)絡(luò)發(fā)送日志脖捻,或者發(fā)送到數(shù)據(jù)庫阔逼、文件分發(fā)系統(tǒng)。完全沒有限制地沮。

Lumberjack is Flexible:

Configure your logging however you want. Change log levels per file (perfect for debugging). Change log levels per logger (verbose console, but concise log file). Change log levels per xcode configuration (verbose debug, but concise release). Have your log statements compiled out of the release build. Customize the number of log levels for your application. Add your own fine-grained logging. Dynamically change log levels during runtime. Choose how & when you want your log files to be rolled. Upload your log files to a central server. Compress archived log files to save disk space...

This framework is for you if:

如果

  • You're looking for a way to track down that impossible-to-reproduce bug that keeps popping up in the field.
  • 你在尋找一種方式來跟蹤不可復(fù)現(xiàn)的bug。
  • You're frustrated with the super short console log on the iPhone.
  • 你被iphone上非常短的日志所困擾羡亩。
  • You're looking to take your application to the next level in terms of support and stability.
  • 你想讓你的應(yīng)用規(guī)范與穩(wěn)定摩疑。
  • You're looking for an enterprise level logging solution for your application (Mac or iPhone).
  • 你在為你的應(yīng)用尋找企業(yè)級的日志解決方案。

Documentation

說明文檔

Requirements

The current version of Lumberjack requires:

  • Xcode 7.3 or later
  • iOS 5 or later
  • OS X 10.7 or later
  • WatchOS 2 or later
  • TVOS 9 or later

Backwards compability

  • for Xcode 7.2 and 7.1, use the 2.2.0 version
  • for Xcode 7.0 or earlier, use the 2.1.0 version
  • for Xcode 6 or earlier, use the 2.0.x version
  • for OS X < 10.7 support, use the 1.6.0 version

Communication

  • If you need help, use Stack Overflow. (Tag 'lumberjack')
  • If you'd like to ask a general question, use Stack Overflow.
  • If you found a bug, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

Author

Collaborators

License

  • CocoaLumberjack is available under the BSD license. See the LICENSE file.

Architecture

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末畏铆,一起剝皮案震驚了整個濱河市雷袋,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌,老刑警劉巖楷怒,帶你破解...
    沈念sama閱讀 206,839評論 6 482
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件蛋勺,死亡現(xiàn)場離奇詭異,居然都是意外死亡鸠删,警方通過查閱死者的電腦和手機抱完,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,543評論 2 382
  • 文/潘曉璐 我一進店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來刃泡,“玉大人巧娱,你說我怎么就攤上這事『嫣” “怎么了禁添?”我有些...
    開封第一講書人閱讀 153,116評論 0 344
  • 文/不壞的土叔 我叫張陵,是天一觀的道長桨踪。 經(jīng)常有香客問我老翘,道長,這世上最難降的妖魔是什么锻离? 我笑而不...
    開封第一講書人閱讀 55,371評論 1 279
  • 正文 為了忘掉前任酪捡,我火速辦了婚禮,結(jié)果婚禮上纳账,老公的妹妹穿的比我還像新娘逛薇。我一直安慰自己,他們只是感情好疏虫,可當(dāng)我...
    茶點故事閱讀 64,384評論 5 374
  • 文/花漫 我一把揭開白布永罚。 她就那樣靜靜地躺著,像睡著了一般卧秘。 火紅的嫁衣襯著肌膚如雪呢袱。 梳的紋絲不亂的頭發(fā)上,一...
    開封第一講書人閱讀 49,111評論 1 285
  • 那天翅敌,我揣著相機與錄音羞福,去河邊找鬼。 笑死蚯涮,一個胖子當(dāng)著我的面吹牛治专,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播遭顶,決...
    沈念sama閱讀 38,416評論 3 400
  • 文/蒼蘭香墨 我猛地睜開眼张峰,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了棒旗?” 一聲冷哼從身側(cè)響起喘批,我...
    開封第一講書人閱讀 37,053評論 0 259
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎,沒想到半個月后饶深,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體餐曹,經(jīng)...
    沈念sama閱讀 43,558評論 1 300
  • 正文 獨居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 36,007評論 2 325
  • 正文 我和宋清朗相戀三年敌厘,在試婚紗的時候發(fā)現(xiàn)自己被綠了台猴。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點故事閱讀 38,117評論 1 334
  • 序言:一個原本活蹦亂跳的男人離奇死亡额湘,死狀恐怖卿吐,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情锋华,我是刑警寧澤嗡官,帶...
    沈念sama閱讀 33,756評論 4 324
  • 正文 年R本政府宣布,位于F島的核電站毯焕,受9級特大地震影響衍腥,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜纳猫,卻給世界環(huán)境...
    茶點故事閱讀 39,324評論 3 307
  • 文/蒙蒙 一婆咸、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧芜辕,春花似錦尚骄、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,315評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至状蜗,卻和暖如春需五,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背轧坎。 一陣腳步聲響...
    開封第一講書人閱讀 31,539評論 1 262
  • 我被黑心中介騙來泰國打工宏邮, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留,地道東北人缸血。 一個月前我還...
    沈念sama閱讀 45,578評論 2 355
  • 正文 我出身青樓蜜氨,卻偏偏與公主長得像,于是被迫代替她去往敵國和親属百。 傳聞我的和親對象是個殘疾皇子记劝,可洞房花燭夜當(dāng)晚...
    茶點故事閱讀 42,877評論 2 345

推薦閱讀更多精彩內(nèi)容

  • PLEASE READ THE FOLLOWING APPLE DEVELOPER PROGRAM LICENSE...
    念念不忘的閱讀 13,433評論 5 6
  • 曾經(jīng)以為香芋味的奶茶,永遠是我最喜歡的飲料族扰。 曾經(jīng)以為聽過許多遍的歌,可以不忘詞不跑調(diào)地唱給大家聽。 曾經(jīng)以為最看...
    愿小飛閱讀 218評論 0 0
  • 無塵設(shè)備
    谷得閱讀 240評論 0 0
  • 山西的省級藝術(shù)團在學(xué)校演了《生命如歌》,今天晚上和同學(xué)一起去觀看了扩氢。本來是抱著不好就扯的打算去耕驰,七點鐘開始的時候整...
    忽爾今至閱讀 162評論 0 0
  • 不知是誰在我耳邊曾經(jīng)說過這樣一句話:人這一輩子至少要看一場明星演唱會。無意中這句話被我記在心底了录豺。 前幾天...
    鳳舞梧桐閱讀 461評論 0 0