-
Updated
Oct 18, 2021 - PHP
logger
Here are 2,894 public repositories matching this topic...
-
Updated
Jun 17, 2021 - Java
-
Updated
Aug 16, 2021 - JavaScript
-
Updated
Oct 15, 2021 - Go
-
Updated
Oct 7, 2021 - Swift
-
Updated
Aug 17, 2021 - Java
Hi,
I saw that there is a perfomance degratation due to a for loop used inside the static func harmlessFunction() declared in CustomSelfAwareHelper struct.
This loop is trying to verify the type with the as? operator (that have a complexity of O(n) ) and try to unwrapp the result in order to call the awake() function.
For a medium-larger project (with likely 20k+ classes) that covers old
-
Updated
Aug 4, 2021 - C
-
Updated
Nov 12, 2018 - Swift
-
Updated
Jun 16, 2021 - C++
-
Updated
Jun 10, 2021 - JavaScript
-
Updated
Oct 20, 2021 - C++
-
Updated
Oct 19, 2021 - Java
-
Updated
Oct 17, 2021 - C
-
Updated
Jul 1, 2021 - Go
-
Updated
Jul 7, 2021 - C++
I have used this library and its not capturing Swift run time exception or traces. This is only handling Objective C exception. If you could help me out for showing Swift run time exception with stack trace.
-
Updated
Sep 29, 2021 - Java
-
Updated
Oct 18, 2021 - Groovy
Improve this page
Add a description, image, and links to the logger topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the logger topic, visit your repo's landing page and select "manage topics."


Hello!
I was attempting to use pino in the browser today and discovered that
.bindings()is undefined. Additionally,.setBindings()is alsoundefined, but it's also undocumented in general (is it officially part of the API?).I looked into adding this to browser.js but I'd definitely need some guidance before proceeding. For example, I'm not sure if
bindingschanges cascade through