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.
我使用 Monolog 1.10 作为日志工具。
除了日期和日志级别,我还需要保留调用日志记录方法的类和方法名称。看来我需要配置格式化程序。但我找不到这种情况的任何例子。
我该怎么做呢?
Monolog 有自省处理器。我们只需要将它添加到我们的记录器或处理程序中 - 所有需要的信息都将被记录 https://github.com/Seldaek/monolog/blob/master/src/Monolog/Processor/IntrospectionProcessor.php