1

这个问题是关于使用 Pantheios 库登录 C++ 的。在我的应用程序中,我需要有这些不同的记录器:

  • 将关键消息记录到 logFile1 和控制台的一种
  • 将警告消息记录到 logFile2 的一种
  • 一种将错误消息记录到 WindowsEventLog

    我想知道我是否可以在 panthios 中做到这一点。

    我想我的问题是:如何为不同的日志条目设置不同的设置(如严重级别、不同的文件名)。

    此外,我们在 Pantheios 中是否有任何可用于不同子系统的日志记录层次结构?

    我可以在运行时更改这些配置吗?

谢谢,礼萨

4

1 回答 1

1

您可能需要的是扩展严重性信息。这两个链接可能会有所帮助:* http://blog.pantheios.org/2009/05/use-of-extended-severity-information.html * severity_information_2example_8cpp_8misc_8extended__sea251715135bb302f75cbc1fd50584869.html">http://www.pantheios.org/doc/ html / cpp_2misc_2example_8cpp_8misc_8extended_severity_information_2example_8cpp_8misc_8extended__sea251715135bb302f75cbc1fd50584869.html

于 2011-09-03T05:33:14.297 回答