logger
@rotorsoft/act-root / act/src / logger
Variable: logger
const
logger:Logger
<never
,boolean
>
Defined in: libs/act/src/ports.ts:36
Singleton logger instance (Pino).
Use for structured logging throughout your application.
Example
logger.info("Application started");