stacktrace
Here are 117 public repositories matching this topic...
-
Updated
Nov 24, 2018 - Java
-
Updated
Mar 15, 2019 - Go
Add eris.As(...)
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.
Description
A lot of console.warn yellow warning message when the data pass to leaveBreadcrumbs contains functions.
Describe the solution you'd like
Link to "the docs"
Where are "the docs" mentioned in the last line of the README ?
See the docs for all of the supported formatting options
-
Updated
Jan 31, 2020 - PHP
-
Updated
Jun 16, 2020 - C++
-
Updated
May 25, 2020 - JavaScript
-
Updated
Jul 7, 2020 - TypeScript
-
Updated
Jan 20, 2019 - Pascal
-
Updated
Oct 22, 2019 - JavaScript
-
Updated
Apr 10, 2020 - JavaScript
-
Updated
Jun 29, 2020 - TypeScript
-
Updated
Feb 18, 2020 - Python
-
Updated
Apr 28, 2020 - Go
-
Updated
Jun 18, 2020 - TypeScript
-
Updated
May 23, 2019 - Java
-
Updated
May 24, 2015 - CoffeeScript
-
Updated
Jun 9, 2020 - C++
-
Updated
Mar 8, 2019 - C#
-
Updated
Jun 14, 2020 - Go
-
Updated
Jan 7, 2019 - Java
-
Updated
Sep 30, 2019 - Go
-
Updated
Sep 8, 2019 - Go
-
Updated
Aug 12, 2019 - Emacs Lisp
-
Updated
Dec 12, 2019 - Go
-
Updated
Aug 14, 2019 - Python
Improve this page
Add a description, image, and links to the stacktrace topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stacktrace topic, visit your repo's landing page and select "manage topics."
const char* getIp(void) {
return "192.168.1.1";
}
above should be
const char* getIp(const el::LogMessage *l) {
return "192.168.1.1";
}