@famir/logger

Structured logging service for the Famir ecosystem.
Features
- TypeScript-first with strict type guards and assertions
- Configuration via
@famir/config package
- Six log levels: trace, debug, info, warn, error, fatal
- Structured logging with key-value pairs
- Pino backend for high performance
- Integration with
@famir/common DI container
Classes
- PinoLogger
Interfaces
- Logger
- LoggerTransport
- PinoLoggerConfig
Type Aliases
- LoggerData
- LoggerLogLevel
Variables
- LOGGER
- LOGGER_TRANSPORT