Package Exports
- typescript-ilogger
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (typescript-ilogger) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
typescript-ilogger
Install
npm install typescript-ilogger@latestLogger
The ILogger has 6 different log levels that are displayed in hierarchial order on which logs are actually logged:
- Debug
- Trace
- Error
- Warning
- Information
- Off
Example Log:
[KMSHelper.DecryptAsync]-Inputs: { encryptedValue: 'asdf' }