UNPKG

@inward/extension-logging

Version:

LoopBack Logging for Winston and Fluentd

10 lines (9 loc) 307 B
/** * 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';