используя раздел `mailSettings` в App.Config с Enterprise Library 5 Блок журналирования - PullRequest
2 голосов
/ 16 июня 2011

Я пытаюсь настроить некоторые консольные приложения для использования блока ведения журнала Enterprise Library 5.

Я определил необходимые элементы в своем файле app.config и знаю, что они работают, потому что прослушиватель трассировки журнала событий работает правильно. Проблема с моими слушателями электронной почты. По сути, я бы предпочел использовать раздел конфигурации configuration\system.net\mailSettings\smtp, а не индивидуальную настройку нескольких прослушивателей электронной почты (также, чтобы версия DEBUG могла «отправлять» электронные письма в локальный каталог, а не на реальную электронную почту). Моя конфигурация выглядит примерно так:

<configuration>
  <configSections>
    <section name="loggingConfiguration" type="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.LoggingSettings, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="true" />
  </configSections>
  <loggingConfiguration name="" tracingEnabled="true" defaultCategory="General">
    <listeners>
      <add name="Email Trace Listener"
           type="Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.EmailTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
           listenerDataType="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.EmailTraceListenerData, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
           toAddress="some@address"
           fromAddress="some@address"
           subjectLineStarter="APPLICATION -- "
           subjectLineEnder=" -- Release"
           filter="Information"
           formatter="Text Formatter" />
      <add name="Informational Email"
           type="Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.EmailTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
           listenerDataType="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.EmailTraceListenerData, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
           toAddress="some@address"
           fromAddress="some@address"
           subjectLineStarter="APPLICATION -- "
           subjectLineEnder=" -- Release"
           formatter="Minimalist Text Formatter" />
    </listeners>
    <formatters>
      <add type="Microsoft.Practices.EnterpriseLibrary.Logging.Formatters.TextFormatter, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
           template="Timestamp: {timestamp}{newline}&#xA;Message: {message}{newline}&#xA;Category: {category}{newline}&#xA;Priority: {priority}{newline}&#xA;EventId: {eventid}{newline}&#xA;Severity: {severity}{newline}&#xA;Title:{title}{newline}&#xA;Machine: {localMachine}{newline}&#xA;App Domain: {localAppDomain}{newline}&#xA;ProcessId: {localProcessId}{newline}&#xA;Process Name: {localProcessName}{newline}&#xA;Thread Name: {threadName}{newline}&#xA;Win32 ThreadId:{win32ThreadId}{newline}&#xA;Extended Properties: {dictionary({key} - {value}{newline})}"
           name="Text Formatter" />
      <add type="Microsoft.Practices.EnterpriseLibrary.Logging.Formatters.TextFormatter, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
           template="Timestamp: {timestamp}{newline}&#xA;Title:{title}{newline}&#xA;Message: {message}{newline}&#xA;Priority: {priority}{newline}&#xA;EventId: {eventid}{newline}&#xA;Machine: {localMachine}{newline}&#xA;App Domain: {localAppDomain}{newline}&#xA;ProcessId: {localProcessId}{newline}&#xA;Process Name: {localProcessName}{newline}&#xA;Extended Properties: {dictionary({key} - {value}{newline})}"
           name="Minimalist Text Formatter" />
    </formatters>
    <categorySources>
      <add switchValue="All" name="General">
        <listeners>
          <add name="Event Log Listener" />
          <add name="Email Trace Listener" />
        </listeners>
      </add>
      <add switchValue="Information" name="Email">
        <listeners>
          <add name="Informational Email" />
        </listeners>
      </add>
    </categorySources>
    <specialSources>
      <allEvents switchValue="All" name="All Events" />
      <notProcessed switchValue="All" name="Unprocessed Category">
        <listeners>
          <add name="Event Log Listener" />
        </listeners>
      </notProcessed>
      <errors switchValue="Error" name="Logging Errors &amp; Warnings">
        <listeners>
          <add name="Email Trace Listener" />
        </listeners>
      </errors>
    </specialSources>
  </loggingConfiguration>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
  </startup>
  <system.net>
    <mailSettings>
      <smtp deliveryMethod="Network">
        <network host="valid.local.SMTP.server"/>
        <specifiedPickupDirectory pickupDirectoryLocation="C:\Temp"/>
      </smtp>
    </mailSettings>
  </system.net>
</configuration>

Когда я изменяю deliveryMethod="Network" на deliveryMethod=SpecifiedPickupDirectory, все электронные письма записываются в настроенный каталог, как и ожидалось. Но когда он установлен в сеть, письма не отправляются.

Я подтвердил с помощью веб-приложения, которое мы настроили почти одинаково, что оно прекрасно работает с конфигурацией сети. Я не вижу каких-либо дополнительных сообщений в журнале событий о невозможности отправки электронных писем (либо оно действительно не регистрируется, либо его проглатывают ...). Я в недоумении для следующих шагов, чтобы заставить это работать. Кто-нибудь еще сталкивался с этим вопросом?

1 Ответ

1 голос
/ 16 июня 2011

Разобрался с проблемой.Очевидно, что если вы хотите, чтобы он использовал хост SMTP, настроенный в configuration\system.net\mailSettings\smtp, вам все равно нужно указать пустую строку для атрибута smtpServer прослушивателя трассировки.Поэтому вместо этого:

<add name="Email Trace Listener"
     type="Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.EmailTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
     listenerDataType="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.EmailTraceListenerData, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
     toAddress="some@address"
     fromAddress="some@address"
     subjectLineStarter="APPLICATION -- "
     subjectLineEnder=" -- Release"
     filter="Information"
     formatter="Text Formatter" />

Вам необходимо использовать это:

<add name="Email Trace Listener"
     type="Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.EmailTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
     listenerDataType="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.EmailTraceListenerData, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
     toAddress="some@address"
     fromAddress="some@address"
     subjectLineStarter="APPLICATION -- "
     subjectLineEnder=" -- Release"
     filter="Information"
     smtpServer=""
     formatter="Text Formatter" />

Очевидно, что отключение атрибута не означает, что он передаст пустую строку для хоста SmtpClientкак я изначально думал.

...