Skip to content

Instantly share code, notes, and snippets.

@vlad-iobagiu
Created January 10, 2020 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vlad-iobagiu/6be9a7987f62ad1c7eb88c9597bc8dc8 to your computer and use it in GitHub Desktop.
Save vlad-iobagiu/6be9a7987f62ad1c7eb88c9597bc8dc8 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<Settings>
<Serilog>
<Using>
<UDPSinkAssembly>Serilog.Sinks.Udp</UDPSinkAssembly>
</Using>
<WriteTo>
<Udp>
<Name>Udp</Name>
<Args>
<remoteAddress>localhost</remoteAddress>
<remotePort>7071</remotePort>
</Args>
</Udp>
</WriteTo>
</Serilog>
</Settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment