UNPKG

@creditkarma/thrift-server-hapi

Version:

A Hapi server plugin for the Apache Thrift protocol

6 lines 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultLogger = void 0; const thrift_server_core_1 = require("@creditkarma/thrift-server-core"); exports.defaultLogger = (0, thrift_server_core_1.makeLogger)('thrift-server-hapi'); //# sourceMappingURL=logger.js.map