A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/nlog/nlog/wiki/Network-target below:

Network target · NLog/NLog Wiki · GitHub

Sends log messages over the network using Tcp / Udp / Tls / Http / Https

Platforms Supported: All - Requires nuget-package NLog.Targets.Network since NLog v6

For SOAP-based webservice support over HTTP and HTTPS use WebService target.

<targets>
  <target xsi:type="Network"
          name="String"
          address="Layout"
          onOverflow="Enum"
          newLine="Boolean"
          lineEnding="CRLF|LF|CR|Null|None"
          layout="Layout"
          maxMessageSize="Integer"
          encoding="Encoding"
          connectionCacheSize="Integer"
          maxConnections="Integer"
          maxQueueSize="Integer"
          keepConnection="Boolean"
          onConnectionOverflow="Enum"
          keepAliveTimeSeconds="Integer"
          sslProtocols="Enum" 
/>
</targets>

Read more about using the Configuration File.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4