class-logger
class-logger copied to clipboard
Does class-logger option "args" works with Node 18?
Disabling the args with boolean or object does not affect the log output in my terminal. Is it only for me? It still does display the args:
- MyClass._checkIndexes -> done. Args: ...
@LogClass({
include: {
args: false
}
})
class MyClass { /*.. Code here.. */ }
However, the classInstance option is working doe.