// Copyright IBM Corp. 2019,2020. All Rights Reserved.
// Node module: @inward/extension-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';
