Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.45
getInfo
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
getInfo
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
entity-resolution-basics.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected