每个日志记录程序都可以配置自己的优先级和输出处理程序。
Each of these loggers can be configured with its own priority and output handler.
一旦选定日志记录程序并建立起日志级别之后,就可以开始构建日志消息了。
Once you've chosen the logger and established the logging level, you can start building your log message.
例如,安全性日志记录程序可以在将日志写入目的地之前对消息进行加密。
For example, the security logger can encrypt a message before it is written to the destination.
应用推荐