stacktrace
Here are 117 public repositories matching this topic...
-
Updated
Nov 24, 2018 - Java
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.
-
Updated
Mar 15, 2019 - Go
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
May 28, 2020 - C++
-
Updated
May 25, 2020 - JavaScript
-
Updated
Jan 20, 2019 - Pascal
-
Updated
Oct 22, 2019 - JavaScript
-
Updated
Apr 10, 2020 - JavaScript
-
Updated
May 26, 2020 - TypeScript
-
Updated
Feb 18, 2020 - Python
-
Updated
Apr 28, 2020 - Go
-
Updated
May 23, 2019 - Java
-
Updated
May 24, 2015 - CoffeeScript
-
Updated
Apr 21, 2020 - TypeScript
-
Updated
Apr 23, 2020 - C++
-
Updated
May 26, 2020 - TypeScript
-
Updated
Mar 8, 2019 - C#
-
Updated
Sep 25, 2019 - Go
-
Updated
Jan 7, 2019 - Java
-
Updated
Sep 30, 2019 - Go
-
Updated
Sep 8, 2019 - Go
-
Updated
Dec 12, 2019 - Go
-
Updated
Aug 12, 2019 - Emacs Lisp
-
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";
}