fxa/libs/shared/mozlog
Ben Bangert f67355e892
fix: standardize logging on Nest LoggerService in /libs
Because:

* We want consistent logging that is compliant with the Nest
  LoggerService.

This commit:

* Updates the MozLoggerService to implement the Nest LoggerService
  interface.
* Updates consumers of MozLoggerService to use standard LoggerService
  methods.
2024-10-08 15:43:03 +00:00
..
src fix: standardize logging on Nest LoggerService in /libs 2024-10-08 15:43:03 +00:00
.eslintrc.json task(graphql): Send notifications when users opt in/out of metrics collection 2024-04-24 08:10:14 -07:00
.swcrc feat(libs): convert libs/* to esbuild and swc/jest 2024-06-27 15:28:55 -04:00
README.md task(graphql): Send notifications when users opt in/out of metrics collection 2024-04-24 08:10:14 -07:00
jest.config.ts feat(libs): convert libs/* to esbuild and swc/jest 2024-06-27 15:28:55 -04:00
package.json task(graphql): Send notifications when users opt in/out of metrics collection 2024-04-24 08:10:14 -07:00
project.json feat(libs): convert libs/* to esbuild and swc/jest 2024-06-27 15:28:55 -04:00
tsconfig.json task(graphql): Send notifications when users opt in/out of metrics collection 2024-04-24 08:10:14 -07:00
tsconfig.lib.json task(graphql): Send notifications when users opt in/out of metrics collection 2024-04-24 08:10:14 -07:00
tsconfig.spec.json task(graphql): Send notifications when users opt in/out of metrics collection 2024-04-24 08:10:14 -07:00

README.md

shared-mozlog

This library was generated with Nx.

This library is considered deprecated, and should only be used in scenarios where legacy code is in play. Using the logger implementation provided by libs/shared/log is now preferred.

Running unit tests

Run nx test-unit shared-mozlog to execute the unit tests via Jest.