-
Updated
Oct 18, 2021 - PHP
logger
Here are 2,892 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 18, 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."
If I set the
nestedKey: payload
option, the nested key is always added to the log and pino-pretty also displays it every time, even if I try to log a simple string (and if I can remember correctly, this was not the case with v6).A simple
logger.info('info');
makes pino-pretty (withbase: undefined, timestamp: pino.stdTimeFunctions.isoTime
options) show the following: