CocoaLumberjack 文件和控制台的详细程度不同
我目前正在将 CocoaLumberjack 框架用于 cocoa/touch 应用程序,它非常好。 有谁知道告诉文件记录器使用“详细”日志级别和控制台记录器使用“信息”或“警告”的最简单方法。如果出现问题,这将有效地生成详细文件,但不会填满发行版本的控制台。
I'm currently using the CocoaLumberjack framework for cocoa/touch applications and it's very good.
Does anyone know the simplest way to tell the file logger to use say "Verbose" log level and the console logger to use "Info" or "Warn". This would effectively generate detailed files in the event of something going wrong but not fill up a release version's console.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以为每个记录器强制指定特定的日志级别。我们使用两个具有不同日志级别的附加记录器。
You can force a specific log level for each logger. We use two additional loggers with different log levels.