// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: strong-log-transformer // This file is licensed under the Apache License 2.0. // License text available at https://opensource.org/licenses/Apache-2.0 module.exports = require('./lib/logger'); module.exports.cli = require('./lib/cli');