This is a template for creating transports for use with LogLayer.
See the Creating Transports documentation for more information.
npm install
npm run test
npm run livetest
Uses Biome for linting and formatting.
npm run lint
Uses tsup to build commonjs and esm versions.
npm run build
.
├── src/
│ ├── __tests__/ # Test files
│ ├── index.ts # Entrypoint
│ ├── LogBasedTransport.ts # Transport implementation using a log library
│ └── NotLogBasedTransport.ts # Transport implementation not using a log library