Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我看到的所有日志语句都以日期/时间开头,然后继续提供其他信息。我一直遵循它作为经验法则,但在被要求时无法给出任何理由。
是否有任何特定原因为什么他们总是这样做 - 或者 - 格式化语句以使日期/时间不是第一个字段是否可以?
这只是一个约定,在尝试将报告的事件或问题与日志文件中的消息相关联时非常有用。大多数日志库允许您配置日志消息格式。
值得记住的是,如果有任何东西正在消耗您的日志文件,它可能会期望找到一个日期/时间字段。