withLogCollector()
Home > @backstage/test-utils
> withLogCollector
Synchronous log collector with that collects all categories
Signature:
function withLogCollector(callback: SyncLogCollector): CollectedLogs<LogFuncs>;
Parameters
Parameter |
Type |
Description |
---|---|---|
callback |