????
Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/@azure/logger/dist-esm/src/ |
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/@azure/logger/dist-esm/src/log.js |
// Copyright (c) Microsoft Corporation. // Licensed under the MIT license. import { EOL } from "os"; import util from "util"; export function log(message, ...args) { process.stderr.write(`${util.format(message, ...args)}${EOL}`); } //# sourceMappingURL=log.js.map