Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add symbols to reference certain private properties on LogMessa…
…ge class BREAKING CHANGE: Previously you could directly access the private properties of LambdaLog. In order to add some integrity, they are no longer using standard property names starting with an underscore and are instead referenced using symbols instead. For advanced usage, these symbols are exported as a static property on the LambdaLog class under `LambdaLog.symbols`.
- Loading branch information