-
Updated
Nov 12, 2020 - Python
error-logging
Here are 23 public repositories matching this topic...
-
Updated
Jun 23, 2020 - C#
-
Updated
Nov 1, 2020 - JavaScript
-
Updated
Oct 30, 2018 - PHP
-
Updated
Jun 26, 2020 - TypeScript
-
Updated
Sep 16, 2020 - PHP
-
Updated
Jun 6, 2020 - Dart
-
Updated
Mar 28, 2018 - Go
-
Updated
Mar 14, 2018 - Python
-
Updated
May 8, 2018 - Java
-
Updated
Apr 9, 2020 - C#
-
Updated
Aug 13, 2019 - PHP
-
Updated
Dec 7, 2019
-
Updated
Dec 7, 2019 - HTML
-
Updated
Jul 23, 2015 - PHP
-
Updated
Jul 4, 2017 - JavaScript
-
Updated
Feb 4, 2019 - Go
-
Updated
Aug 18, 2017 - JavaScript
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Mar 29, 2019 - PHP
Improve this page
Add a description, image, and links to the error-logging topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the error-logging topic, visit your repo's landing page and select "manage topics."
For completion, we should offer an
As
method like the one in Go 1.13 errors (https://golang.org/pkg/errors/#As). We should try to make this more reliable than Go's version by preventing panics: "As will panic if target is not a non-nil pointer to either a type that implements error, or to any interface type." Seems like we could just return false in these cases instead.