This is a template for creating transports for use with LogLayer.
See the Creating Transports documentation for more information.
npm installnpm run testnpm run livetestUses Biome for linting and formatting.
npm run lintUses 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