[toc](目录)Guide本文基于https:gitee.comandych008timberohos分析Timber的源码,及移植到鸿蒙需要做的工作。大神JakeWharton的[Timber](https:github.comJakeWhartontimber)是我写日志的最爱,几乎在所有的项目中都用。当然一般我会通过Timber使用[Logger](https:github.comorhanobutlogger),原因很简单,因为Timber接口简洁,Logger的输出样式好看。常规套路:javaFormatStrategyformatStrategyPrettyFormatStrategy.newBuil...