{"id":13490564,"url":"https://github.com/kirkchen/NLog.HipChat","last_synced_at":"2025-03-28T06:31:34.307Z","repository":{"id":15008500,"uuid":"17734017","full_name":"kirkchen/NLog.HipChat","owner":"kirkchen","description":"NLog HipChat Target","archived":false,"fork":false,"pushed_at":"2017-04-04T11:12:21.000Z","size":732,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-10T21:41:20.877Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kirkchen.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-14T03:15:20.000Z","updated_at":"2019-07-30T18:36:47.000Z","dependencies_parsed_at":"2022-09-05T07:40:31.017Z","dependency_job_id":null,"html_url":"https://github.com/kirkchen/NLog.HipChat","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirkchen%2FNLog.HipChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirkchen%2FNLog.HipChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirkchen%2FNLog.HipChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirkchen%2FNLog.HipChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kirkchen","download_url":"https://codeload.github.com/kirkchen/NLog.HipChat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245984562,"owners_count":20704792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T19:00:48.645Z","updated_at":"2025-03-28T06:31:31.472Z","avatar_url":"https://github.com/kirkchen.png","language":"C#","funding_links":[],"categories":["C#"],"sub_categories":[],"readme":"# Nlog.HipChat [![Build Status](https://travis-ci.org/kirkchen/NLog.HipChat.png?branch=master)](https://travis-ci.org/kirkchen/NLog.HipChat)\n\nThis is a [NLog](https://github.com/NLog/NLog \"NLog\") target for hipchat. Allow you sending certain log message to your hipchat chatroom.\n\nSo that you can recieve message when your application occurs error immediately.\n\n## How to use?\n\n1. To install NLog.HipChat, run the following command in the Package Manager Console\n\n\t\tInstall-Package NLog.HipChat -Version 0.0.1\n\n1. setting nlog.config, update your **Api Key**, **Room Id**, **Sender Name**\n\n\t\t\u003c?xml version=\"1.0\" encoding=\"utf-8\" ?\u003e\n\t\t\t\u003cnlog xmlns=\"http://www.nlog-project.org/schemas/NLog.xsd\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\u003e\n  \t\t\t\u003cextensions\u003e\n\t\t\t\t\u003cadd assembly=\"NLog.HipChat\"/\u003e\n  \t\t\t\u003c/extensions\u003e\n  \t\t\t\u003ctargets\u003e   \n\t\t\t\t\u003ctarget name=\"hipChat\" xsi:type=\"HipChat\" \n\t\t\t\t\t\tauthToken=\"{authtoken}\" \n\t\t\t\t\t\troomId=\"{roomid}\" \n\t\t\t\t\t\tsenderName=\"{sender}\" \n\t\t\t\t\t\tbackgroundColor=\"red\"\n\t\t\t\t\t\tlayout=\"${message}\"/\u003e\n  \t\t\t\u003c/targets\u003e\n  \t\t\t\u003crules\u003e   \n\t\t\t\t\u003clogger name=\"*\" minlevel=\"Error\" writeTo=\"hipChat\" /\u003e\n  \t\t\t\u003c/rules\u003e\n\t\t\u003c/nlog\u003e\n\n## Project Reference Home\n\n* Nuget - https://www.nuget.org/packages/NLog.HipChat/\n* NLog - https://github.com/NLog/NLog\n* HipChat.Net - https://github.com/hugorodgerbrown/HipChat.net\n\n## LICENSE\n\n(The MIT License)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirkchen%2FNLog.HipChat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkirkchen%2FNLog.HipChat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirkchen%2FNLog.HipChat/lists"}