文件名称:FRCSVFormatter:CocoaLumberJack 日志框架的 CSV 格式器
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-05 12:35:07
Objective-C
FRCSV格式器 FRCSVFormatter 是很棒的日志框架的日志格式化程序 它使用起来很好且简单,您只需将其设置为您选择的格式化程序,无论您在何处设置日志记录。 FRCSVFormatter *formatter; id logger; formatter = [[[FRCSVFormatter alloc] init] autorelease]; logger = [[[AmazingLogger alloc] init] autorelease]; [logger setFormatter:formatter]; [DDLog addLogger:logger]; 示例输出如下所示 2011-07-14 13:52:02:449, ,didFinishLaunchingWithOptions (null),207,fbchatAppDelegate,120 2
【文件预览】:
FRCSVFormatter-master
----FRCSVFormatter.h(1KB)
----FRCSVFormatter.podspec(769B)
----Tests()
--------FRCSVFormatterTest.m(3KB)
----README.markdown(1KB)
----LICENSE(1KB)
----FRCSVFormatter.m(5KB)