@loopback/logging
Version:
An extension exposes logging for Winston and Fluentd with LoopBack 4
16 lines (13 loc) • 537 B
text/typescript
// Copyright IBM Corp. and LoopBack contributors 2019,2020. All Rights Reserved.
// Node module: @loopback/logging
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT
/**
* 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';