Difference between NSLog and DLog

后端 未结 5 1427
栀梦
栀梦 2020-12-08 07:25

Can anyone tell me what the difference is between NSLog and DLog?

I found about this DLog when I was looking over this project code: http:/

5条回答
  •  一个人的身影
    2020-12-08 08:31

    NSLog is a function that's built into the Foundation framework that Apple provides. I've never heard of DLog, so I assume that it's a non-standard function that's implemented by the code you're looking at.

提交回复
热议问题