-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
224 lines (224 loc) · 12.9 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
site_name: elmah.io Documentation
site_description: Documentation on how to install and use elmah.io.
site_url: https://docs.elmah.io/
site_author: Thomas Ardal
theme:
name: null
custom_dir: "mkdocs_bs5/"
static_templates:
- 404.html
extra_css:
- style.css
markdown_extensions:
- markdown_fenced_code_tabs_next:
template: "bootstrap5"
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- attr_list
- md_in_html
- admonition
plugins:
- search
- redirects:
redirect_maps:
'integrate-elmah-io-with-hipchat.md': 'elmah-io-apps-hipchat.md'
'integrate-elmah-io-with-slack.md': 'elmah-io-apps-slack.md'
'elmah-io-apps-webclient.md': 'creating-rules-to-perform-actions-on-messages.md'
'IntegrateWith/Slack.md': 'elmah-io-apps-slack.md'
'IntegrateWith/Zapier.md': 'integrate-elmah-io-with-zapier.md'
'IntegrateWith/HipChat.md': 'elmah-io-apps-hipchat.md'
'export-data-from-elmah-io-to-json.md': "cli-export.md"
'logging-to-elmah-io-from-express.md': 'logging-to-elmah-io-from-javascript.md'
- git-revision-date-localized:
enabled: false
type: iso_date
enable_creation_date: true
production: false
watch:
- mkdocs_bs5
validation:
absolute_links: relative_to_docs
anchors: warn
unrecognized_links: warn
nav:
- Getting Started:
- Quick start: index.md
- Authentication: authentication.md
- Integrations high level overview: integrations-high-level-overview.md
- ASP.NET:
- Logging from WebForms: logging-to-elmah-io-from-elmah.md
- Logging from ASP.NET MVC: logging-to-elmah-io-from-aspnet-mvc.md
- Logging from Web API: logging-to-elmah-io-from-web-api.md
- Logging from Web Pages: logging-to-elmah-io-from-web-pages.md
- Logging from a running website on IIS: logging-to-elmah-io-from-a-running-website-on-iis.md
- Logging from a running website on Azure: logging-to-elmah-io-from-a-running-website-on-azure.md
- Logging custom data: logging-custom-data.md
- Logging errors programmatically: logging-errors-programmatically.md
- Logging to multiple logs: logging-to-multiple-elmah-logs.md
- Remove sensitive form data: remove-sensitive-form-data.md
- Setting application name: setting-application-name.md
- Configure elmah.io manually: configure-elmah-io-manually.md
- Configure elmah.io from code: configure-elmah-io-from-code.md
- Logging through a HTTP proxy: logging-through-a-http-proxy.md
- Use multiple logs for different environments: use-multiple-logs-for-different-environments.md
- Specify API key and log ID through appSettings: specify-api-key-and-log-id-through-appsettings.md
- ELMAH and custom errors: elmah-and-custom-errors.md
- Logging from a custom HTTP module: logging-from-a-custom-http-module.md
- ASP.NET troubleshooting: asp-net-troubleshooting.md
- ASP.NET Core:
- Logging from ASP.NET Core: logging-to-elmah-io-from-aspnet-core.md
- Logging from Microsoft.Extensions.Logging: logging-to-elmah-io-from-microsoft-extensions-logging.md
- Logging from Blazor: logging-to-elmah-io-from-blazor.md
- Logging from SignalR: logging-to-elmah-io-from-signalr.md
- Using different logs per environment in ASP.NET Core: using-different-logs-per-environment-in-aspnet-core.md
- Logging breadcrumbs from ASP.NET Core: logging-breadcrumbs-from-asp-net-core.md
- Roslyn analyzers for elmah.io and ASP.NET Core: roslyn-analyzers-for-elmah-io-and-aspnet-core.md
- ASP.NET Core troubleshooting: asp-net-core-troubleshooting.md
- Logging Frameworks:
- Logging from Serilog: logging-to-elmah-io-from-serilog.md
- Logging from log4net: logging-to-elmah-io-from-log4net.md
- Logging from NLog: logging-to-elmah-io-from-nlog.md
- Logging from Microsoft.Extensions.Logging: logging-to-elmah-io-from-microsoft-extensions-logging.md
- Logging from Logary: logging-to-elmah-io-from-logary.md
- Logging from JSNLog: logging-to-elmah-io-from-jsnlog.md
- JavaScript:
- Logging from JavaScript: logging-to-elmah-io-from-javascript.md
- Logging from Angular: logging-to-elmah-io-from-angular.md
- Logging from React: logging-to-elmah-io-from-react.md
- Logging from Vue: logging-to-elmah-io-from-vue.md
- Logging from SvelteKit: logging-to-elmah-io-from-sveltekit.md
- Source maps: sourcemaps.md
- JavaScript troubleshooting: javascript-troubleshooting.md
- CMS/Blogs:
- Logging from Umbraco: logging-to-elmah-io-from-umbraco.md
- Logging from Sitefinity: logging-to-elmah-io-from-sitefinity.md
- Logging from BlogEngine.NET: logging-to-elmah-io-from-blogengine-net.md
- Logging from Orchard: logging-to-elmah-io-from-orchard.md
- Logging from Piranha CMS: logging-to-elmah-io-from-piranha-cms.md
- Mobile:
- Logging from Xamarin: logging-to-elmah-io-from-xamarin.md
- Logging from Uno: logging-to-elmah-io-from-uno.md
- Logging from MAUI: logging-to-elmah-io-from-maui.md
- Logging from something else:
- Logging from WCF: logging-to-elmah-io-from-wcf.md
- Logging from CoreWCF: logging-to-elmah-io-from-corewcf.md
- Logging from Azure Functions: logging-to-elmah-io-from-azure-functions.md
- Logging from Isolated Azure Functions: logging-to-elmah-io-from-isolated-azure-functions.md
- Logging from PowerShell: logging-to-elmah-io-from-powershell.md
- Logging from WPF: logging-to-elmah-io-from-wpf.md
- Logging from WinUI: logging-to-elmah-io-from-winui.md
- Logging from Windows Forms: logging-to-elmah-io-from-winforms.md
- Logging from Entity Framework Core: logging-to-elmah-io-from-entity-framework-core.md
- Logging from C# and console applications: logging-to-elmah-io-from-console-application.md
- Logging from OpenTelemetry: logging-to-elmah-io-from-opentelemetry.md
- Logging from HttpClient: logging-to-elmah-io-from-httpclient.md
- Logging from AWS Beanstalk: logging-to-elmah-io-from-aws-beanstalk.md
- Logging from AWS Lambdas: logging-to-elmah-io-from-aws-lambdas.md
- Logging from ServiceStack: logging-to-elmah-io-from-servicestack.md
- Logging from DevExpress (eXpressApp Framework): logging-to-elmah-io-from-devexpress.md
- Logging from Google Cloud Functions: logging-to-elmah-io-from-google-cloud-functions.md
- Logging from System.Diagnostics: logging-to-elmah-io-from-system-diagnostics.md
- Logging from Azure WebJobs: logging-to-elmah-io-from-azure-webjobs.md
- Logging from Nancy: logging-to-elmah-io-from-nancy.md
- Apps and Integrations:
- Slack: elmah-io-apps-slack.md
- Microsoft Teams: elmah-io-apps-teams.md
- Twilio: elmah-io-apps-twilio.md
- Jira: elmah-io-apps-jira.md
- Azure Boards: elmah-io-apps-azure-boards.md
- Bitbucket: elmah-io-apps-bitbucket.md
- GitHub: elmah-io-apps-github.md
- GitLab: elmah-io-apps-gitlab.md
- HipChat: elmah-io-apps-hipchat.md
- Pipedream: integrate-elmah-io-with-pipedream.md
- Trello: elmah-io-apps-trello.md
- YouTrack: elmah-io-apps-youtrack.md
- Zapier: integrate-elmah-io-with-zapier.md
- PagerDuty: elmah-io-apps-pagerduty.md
- ClickUp: elmah-io-apps-clickup.md
- ChatGPT: elmah-io-apps-chatgpt.md
- BotBuster (deprecated): elmah-io-apps-botbuster.md
- IP Filter (deprecated): elmah-io-apps-ipfilter.md
- Mailman (deprecated): elmah-io-apps-mailman.md
- Request a new integration: elmah-io-apps-request-a-new-integration.md
- Uptime Monitoring:
- Set up Uptime Monitoring: setup-uptime-monitoring.md
- Missing server-side information on uptime errors: missing-server-side-information-on-uptime-errors.md
- Allowing elmah.io uptime agents: allowing-elmah-io-uptime-agents.md
- Uptime Monitoring Troubleshooting: uptime-monitoring-troubleshooting.md
- Heartbeats:
- Set up Heartbeats: setup-heartbeats.md
- Logging heartbeats from ASP.NET Core: logging-heartbeats-from-asp-net-core.md
- Logging heartbeats from Azure Functions: logging-heartbeats-from-azure-functions.md
- Logging heartbeats from Isolated Azure Functions: logging-heartbeats-from-isolated-azure-functions.md
- Logging heartbeats from PowerShell: logging-heartbeats-from-powershell.md
- Logging heartbeats from cURL: logging-heartbeats-from-curl.md
- Logging heartbeats from Umbraco: logging-heartbeats-from-umbraco.md
- Logging heartbeats from Hangfire: logging-heartbeats-from-hangfire.md
- Logging heartbeats from Coravel: logging-heartbeats-from-coravel.md
- Logging heartbeats from .NET Core Worker Services: logging-heartbeats-from-net-core-worker-services.md
- Logging heartbeats from AWS Lambdas: logging-heartbeats-from-aws-lambdas.md
- Logging heartbeats from Windows Scheduled Tasks: logging-heartbeats-from-windows-scheduled-tasks.md
- Heartbeats Troubleshooting: heartbeats-troubleshooting.md
- Deployment Tracking:
- Set up Deployment Tracking: setup-deployment-tracking.md
- Create deployments from PowerShell: create-deployments-from-powershell.md
- Create deployments from CLI: create-deployments-from-cli.md
- Create deployments from Octopus Deploy: create-deployments-from-octopus-deploy.md
- Create deployments from Kudu: create-deployments-from-kudu.md
- Create deployments from Azure DevOps Pipelines: create-deployments-from-azure-devops-pipelines.md
- Create deployments from Azure DevOps Releases: create-deployments-from-azure-devops-releases.md
- Create deployments from GitHub Actions: create-deployments-from-github-actions.md
- Create deployments from GitLab Pipelines: create-deployments-from-gitlab-pipelines.md
- Create deployments from Umbraco Cloud: create-deployments-from-umbraco-cloud.md
- Create deployments from Bitbucket Pipelines: create-deployments-from-bitbucket-pipelines.md
- Create deployments from Atlassian Bamboo: create-deployments-from-atlassian-bamboo.md
- CLI:
- CLI overview: cli-overview.md
- Clear: cli-clear.md
- Dataloader: cli-dataloader.md
- Deployment: cli-deployment.md
- Diagnose: cli-diagnose.md
- Export: cli-export.md
- Import: cli-import.md
- Log: cli-log.md
- Sourcemap: cli-sourcemap.md
- Tail: cli-tail.md
- Everything Else:
- Managing Organisations and Users: managing-organisations-and-users.md
- Where is my log ID: where-is-my-log-id.md
- Where is my API key: where-is-my-api-key.md
- Where is the permalink button: where-is-the-permalink-button.md
- Where is my invoice / receipt: where-is-my-invoice-receipt.md
- How to manage subscriptions, update credit cards, etc.: how-to-manage-subscriptions-update-credit-cards-etc.md
- Managing Environments: managing-environments.md
- How to delete my account: how-to-delete-my-account.md
- How to configure API key permissions: how-to-configure-api-key-permissions.md
- How to enable two-factor login: how-to-enable-two-factor-login.md
- How to rename a log: how-to-rename-a-log.md
- How to include source code in log messages: how-to-include-source-code-in-log-messages.md
- How to search custom data: how-to-search-custom-data.md
- How to get the SQL tab to show up: how-to-get-the-sql-tab-to-show-up.md
- Creating Rules to Perform Actions on Messages: creating-rules-to-perform-actions-on-messages.md
- Query messages using full-text search: query-messages-using-full-text-search.md
- Tips and tricks to stay below your message limit: tips-and-tricks-to-stay-below-your-message-limit.md
- Use extended user details without email as ID: use-extended-user-details-without-email-as-id.md
- Adding version information: adding-version-information.md
- Bot detection: bot-detection.md
- Include filename and line number in stack traces: include-filename-and-line-number-in-stacktraces.md
- How does the new detection work: how-does-the-new-detection-work.md
- How to correlate messages across services: how-to-correlate-messages-across-services.md
- How to get elmah.io to resolve the correct client IP: how-to-get-elmah-io-to-resolve-the-correct-client-ip.md
- How to avoid emails getting classified as spam: how-to-avoid-emails-getting-classified-as-spam.md
- How prices are calculated: how-prices-are-calculated.md
- How to run elmah.io in dark mode: how-to-run-elmah-io-in-dark-mode.md
- How to show elmah.io dashboards on a big screen: how-to-show-elmah-io-dashboards-on-a-big-screen.md
- Handle elmah.io downtime: handle-elmah-io-downtime.md
- Using the elmah.io extension for Visual Studio: using-the-elmah-io-extension-for-visual-studio.md
- Using the REST API: using-the-rest-api.md
- How to log to elmah.io from .NET 4.5: how-to-log-to-elmah-io-from-net-4-5.md
- Upgrade elmah.io from v4 to v5: upgrade-elmah-io-from-v4-to-v5.md
- Upgrade elmah.io from v3 to v4: upgrade-elmah-io-from-v3-to-v4.md
- Upgrade elmah.io from v2 to v3: upgrade-elmah-io-from-v2-to-v3.md
- Email troubleshooting: email-troubleshooting.md
- ELMAH and elmah.io differences: elmah-and-elmah-io-differences.md