MCPcopy
hub / github.com/slackapi/node-slack-sdk / info

Method info

packages/logger/src/index.ts:27–27  ·  view source on GitHub ↗

* Output info message * * @param msg any data to log

(...msg: any[])

Source from the content-addressed store, hash-verified

25 * @param msg any data to log
26 */
27 info(...msg: any[]): void;
28
29 /**
30 * Output warn message

Callers 3

infoMethod · 0.65
taskMethod · 0.65
RTMClientClass · 0.65

Implementers 1

ConsoleLoggerpackages/logger/src/index.ts

Calls

no outgoing calls

Tested by

no test coverage detected