RicLogger
Description
(一个能打印dictionary中的中文字符的printer)A Log printer used to print the value of NSDictionary|NSArray solved NSLog can't print the Chinese and so on
Usage:
NSDictionary *aDic = @{@"hello":@"你好"};
RicLog(aDic);
print likely: { hello:你好 }