Increasing Object Depth in Logger Output
Hi is there a way to increase the depth of printing objects in the logger?
Im just using the
When printing array of nested objectes it doesnt print the nested object but rather
Im just using the
BunRuntime.runMain(runnable); without any custom logger layer.When printing array of nested objectes it doesnt print the nested object but rather
arr: [ [Object], [Object] ]