rich-logger-decorator icon indicating copy to clipboard operation
rich-logger-decorator copied to clipboard

Rich Logger Typescript Decorator for Easy Coding & Debugging

Results 8 rich-logger-decorator issues
Sort by recently updated
recently updated
newest added

I think it would be a nice idea to be able log when promises are resolved or rejected. Currently it seems that just the return of a method call is...

When importing with import { ClassLogger, Logger } from 'rich-logger-decorator'; I will get the follwing error: Module build failed: Error: ENOENT: no such file or directory, open '...\node_modules\rich-logger-decorator\src\index.js' In order...

It would be nice if there was an entry point, such as a settings file, where I could configure specific configurations that would be valid on the whole application. For...

`ng build -aot` produces compilation errors.

https://github.com/dormd/rich-logger-decorator/issues/2 https://github.com/dormd/rich-logger-decorator/issues/3 I made some pretty wholesale changes, don't feel obligated to take them all.

Logger should comprehend and printout the tree of classes, not only the last ancestor’s name. Currently, it prints the ancestor class’ name, when base class method is called, even if...

Hi, How you make it work with ``` // tsconfig.json "module": "commonjs", "target": "es6", ``` ?

Seems to me the most interesting information is missing