Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 345 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 345 Bytes

Serilog.Sinks.HipChat

Configuration using AppSettings

  <add key="serilog:using:HipChat" value="Serilog.Sinks.HipChat" />
  <add key="serilog:write-to:HipChat"/>
  <add key="serilog:write-to:HipChat.token" value="{HipChat Token goes here!}" />
  <add key="serilog:write-to:HipChat.roomId" value="{HipChat RoomId goes here!}" />