Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Exceptionless | 2,319 | 10 days ago | 146 | July 30, 2020 | 54 | apache-2.0 | C# | |||
Exceptionless application | ||||||||||
Foundatio | 1,776 | 38 | 61 | 4 days ago | 460 | June 23, 2023 | 28 | apache-2.0 | C# | |
Pluggable foundation blocks for building distributed apps. | ||||||||||
Yiigo | 570 | 1 | 4 days ago | 90 | April 14, 2022 | 1 | apache-2.0 | Go | ||
🔥 一个好用的轻量级 Go 开发通用库 🚀🚀🚀 | ||||||||||
Awesome Redis | 545 | 2 years ago | 3 | |||||||
A curated list of amazingly awesome redis and redis ecosystem resources. | ||||||||||
Api Boot | 511 | 8 days ago | 20 | apache-2.0 | Java | |||||
“ ApiBoot”是为接口服务而生的,基于“ SpringBoot”完成扩展和自动配置,内部封装了一系列的开箱即用Starters。 | ||||||||||
Logstash Logger | 434 | 97 | 18 | 4 years ago | 44 | February 14, 2018 | 23 | mit | Ruby | |
Ruby logger that writes logstash events | ||||||||||
Snow | 385 | 7 months ago | 20 | December 14, 2021 | 1 | mit | Go | |||
简洁易用的Go业务框架 | ||||||||||
Full_request_logger | 307 | a year ago | 4 | April 13, 2020 | mit | Ruby | ||||
Make full request logs accessible via web UI | ||||||||||
Quicklogger | 299 | 3 | a month ago | 18 | June 23, 2020 | 14 | apache-2.0 | Pascal | ||
Powerful and flexible library for logging on files, console, memory, email, rest, eventlog, syslog, slack, telegram, redis, logstash, elasticsearch, influxdb, graylog, Sentry, Twilio, ide debug messages and throw events for Delphi/Firemonkey/freepascal/.NET (Windows/Linux/OSX/IOS/Android). | ||||||||||
Bokchoy | 257 | 10 months ago | 5 | May 11, 2021 | 8 | mit | Go | |||
Simple job queues for Go backed by Redis |
The definition of the word exceptionless is: to be without exception. Exceptionless provides real-time error reporting for your JavaScript, Node, .NET Core, ASP.NET, Web API, WebForms, WPF, Console, and MVC apps. It organizes the gathered information into simple actionable data that will help your app become exceptionless!
We appreciate your star, it helps!
Refer to the Exceptionless documentation.
We provide very reasonably priced hosting at Exceptionless. By using our hosted service, you are supporting the project and helping it get better! We also provide set up and support services.
Exceptionless can be run locally as simply as docker run --rm -it -p 5200:80 exceptionless/exceptionless:latest
. This will run a completely self-contained simple instance of Exceptionless. It is only suitable for testing purposes since it will not persist data. For more complete setups, check out the self hosting documentation. Also, if you want to support the project while self hosting you can send us a pull request or donation.
In appreciation for anyone who submits a non-trivial pull request, we will give you a free Exceptionless paid plan for a year. After your pull request is accepted, simply send an email to [email protected] with the name of your organization and we will upgrade you to a paid plan.
Terminal
menu and select Run Task...
and then select Start Elasticsearch
(you can stop the service when you are done using the Stop Elasticsearch
task)Debug
menu and select the Web
launch configuration then click the Start Debugging
buttonhttps://localhost:5100/
Development
mode, a global administrator user test@localhost
is automatically created with password tester
. You can also click the Signup
button to create a new accountExceptionless.sln
solution in the root folderdocker-compose
and Exceptionless.Web
projects or by running the start-services.ps1
script in the root folderExceptionless.Web
projecthttps://localhost:5100/
Development
mode, a global administrator user test@localhost
is automatically created with password tester
. You can also click the Signup
button to create a new accountThe UI is a SPA application that runs against the Exceptionless API. The source is located in the src/Exceptionless.Web/ClientApp
folder. The UI will automatically be started when running the whole project, but if you want to work on just the UI, then open Visual Studio Code to the src/Exceptionless.Web/ClientApp
folder and run the npm run serve (use exceptionless api)
task to start the UI pointing at the official Exceptionless API. You will need to login to your actual Exceptionless account.
You can work on just the API without running the SPA UI by selecting the Exceptionless API
launch configuration in Visual Studio. You can then run requests using the exceptionless.http
file. Make sure that you have the REST Client extension installed.
Thanks to all the people who have contributed!
Thanks to JetBrains for a community WebStorm and ReSharper license to use on this project. It's the best JavaScript IDE/Visual Studio productivity enhancement hands down.
Thanks to Red Gate for providing an open source license for a .NET Developer Bundle. It's an indispensable tool when you need to track down a performance/memory issue.