Christian Nitschkowski
Christian Nitschkowski
**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...
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...