As noted in this comment, the callstack information is not present in teh Log4js typescript interface defined in this library. Therefore, the callstack info can't be accessed in a type-safe manner, forcing users to use it as an any for e.g. custom formatters.
As noted in this comment, the callstack information is not present in teh
Log4jstypescript interface defined in this library. Therefore, the callstack info can't be accessed in a type-safe manner, forcing users to use it as ananyfor e.g. custom formatters.