tslog icon indicating copy to clipboard operation
tslog copied to clipboard

📝 tslog - Universal Logger for TypeScript and JavaScript

Results 106 tslog issues
Sort by recently updated
recently updated
newest added

Currently, if the object being logged is an **Error** and the type is "_pretty_" then the message resulting from **formatErrorMessage()** doesn't stringify any objects that are attributes of the **Error**....

Thanks for the great logger library. While reviewing the tslog codebase, I noticed that the overwrite functions such as formatMeta and addMeta do not receive the settings object, whereas the...

enhancement

Please add `"gray"` and `"grayBright"` colors as it's currently impossible to read the `"white"` and `"whiteBright"` colored texts in a light mode browser console. Currently the only option to have...

enhancement

**Description** When no custom log transport is set, the default implementation logs to console.log. It would make much more sense to use the log object's LogLevel to either route it...

enhancement

The regex could not properly capture pathes on Windows filesystems. The regex only captured the path up to the drive letter. See Bug #323

**Describe the bug** The BaseLogger tries to examine the stack trace. While doing so, it parses the stack frames to get the filename, line number and character. When run on...

bug