We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RT. 假如我创建了3个Flog实例,Flog.makeFlog;最终写日志的地方要怎么写呢? 是不是不能用Log.d()的方式来写了,只能通过flog.logD的方式?
另外,通过此组件打印日志后,不能同时在控制台显示?