Burnside.Serilog.Sink.Discord 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Burnside.Serilog.Sink.Discord --version 1.0.0
NuGet\Install-Package Burnside.Serilog.Sink.Discord -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Burnside.Serilog.Sink.Discord" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Burnside.Serilog.Sink.Discord --version 1.0.0
#r "nuget: Burnside.Serilog.Sink.Discord, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Burnside.Serilog.Sink.Discord as a Cake Addin
#addin nuget:?package=Burnside.Serilog.Sink.Discord&version=1.0.0

// Install Burnside.Serilog.Sink.Discord as a Cake Tool
#tool nuget:?package=Burnside.Serilog.Sink.Discord&version=1.0.0

YOU WILL NEED TO REGISTER YOUR APP WITH DISCORD TO GET A BOT TOKEN

You can do that here

Once you have your token you can proceed with either getting your server and channel ids (you will have to enable developer mode first) or just use the server and channel names (NOT RECOMMENDED, NAMES CAN BE DUPLICATE AND LEAD TO IT LOGGING TO THE WRONG SPOT).

can either create a list of server objects to pass into the sink or (if you are only using one server) you can create a dictionary logging levels (listed bellow as strings [SUBJECT TO CHANGE]) and either ulongs (ids) or strings (names). By default you only need a server name/id. This will assume you will have have different channels for each level and they are named as noted by the default. If you provide any channels at all it will only use them.

Logging levels

All of the default serilog logging levels are supported with an additional all. FORMAT:"STRING" (level) default channel

"verbose" (verbose) verbose "info" (information) info "debug" (debug) debug "fatal" (fatal) fatal "warn" (warning) warning "error" (error) error "all" (all) none

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 1,293 12/17/2017
1.0.2 1,098 12/12/2017
1.0.0 964 12/11/2017

Initial Release