MCPcopy Create free account
hub / github.com/awsdocs/aws-doc-sdk-examples / log

Method log

javascriptv3/example_code/libs/logger.js:14–17  ·  view source on GitHub ↗

* @param {string} message

(message)

Source from the content-addressed store, hash-verified

12 * @param {string} message
13 */
14 log(message) {
15 console.log(message);
16 return Promise.resolve();
17 }
18
19 /**
20 * @param {{ oneLineOnly: boolean }} options

Callers 15

mainFunction · 0.45
getInfoFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
getInfoFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected