测试异常处理应用程序块时激活错误

时间:2010-05-14 12:22:39

标签: logging exception-handling enterprise-library

1 个答案:

答案 0 :(得分:4)

您的日志属性错误。应该指向事件日志。所以它将是“BlackBox”或“Application”

 <add name="Event Log Listener" type="Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.FormattedEventLogTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
    listenerDataType="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.FormattedEventLogTraceListenerData, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
    source="Enterprise Library Logging" formatter="Text Formatter"
    log="Blackbox" machineName="." traceOutputOptions="LogicalOperationStack, DateTime, Timestamp, Callstack" />

如果要写入文件,请使用

  listenerDataType="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.RollingFlatFileTraceListenerData