@loopback/logging
Version:
An extension exposes logging for Winston and Fluentd with LoopBack 4
10 lines (9 loc) • 307 B
TypeScript
/**
* A component provides logging facilities based on
* {@link https://github.com/winstonjs/winston | Winston} and
* {@link https://github.com/fluent/fluent-logger-node | Fluentd}.
*/
export * from './decorators';
export * from './keys';
export * from './logging.component';
export * from './winston';