RicLog 0.0.2

RicLog 0.0.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2016

Maintained by Orta Therox.



RicLog 0.0.2

  • By
  • zhanglihuan

RicLogger

Description

(一个能打印dictionary中的中文字符的printer)A Log printer used to print the value of NSDictionary|NSArray and solved NSLog can't print the Chinese and so on)

Effect:

image

Usage:

NSDictionary *aDic = @{@"hello":@"你好"};
RicLog(aDic);

print likely: { hello:你好 }