????

Your IP : 3.145.57.4


Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/@azure/logger/dist-esm/src/
Upload File :
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