-
Updated
Oct 29, 2020 - Java
logger
Here are 2,545 public repositories matching this topic...
-
Updated
Nov 18, 2020 - JavaScript
-
Updated
Dec 9, 2020 - Swift
-
Updated
Nov 30, 2020 - 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
Nov 12, 2018 - Swift
-
Updated
Nov 28, 2020 - C
-
Updated
Oct 31, 2020 - JavaScript
-
Updated
Oct 23, 2020 - C++
-
Updated
Oct 30, 2019 - Go
-
Updated
Dec 15, 2020 - C
-
Updated
Dec 13, 2020 - C++
-
Updated
Dec 11, 2020 - Java
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
Dec 15, 2020 - C++
-
Updated
Aug 11, 2020 - Java
-
Updated
Jan 2, 2019 - Java
-
Updated
Dec 15, 2020 - Scala
-
Updated
Dec 8, 2020 - Groovy
-
Updated
Mar 8, 2018 - JavaScript
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."
While there are wider issues with
fast-redactdavidmarkclements/fast-redact#28, I believe it would be advantageous to the userbase of pino to document clearly and boldly thatredactpaths are case-sensitive, perhaps on this document https://github.com/pinojs/pino/blob/master/docs/redaction.md.