MCPcopy Index your code
hub / github.com/cloudconvert/cloudconvert-cli / createConsoleLogger

Function createConsoleLogger

src/app.ts:138–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136}
137
138function createConsoleLogger(): Logger {
139 return {
140 info: message => console.log(logSymbols.info, message),
141 error: message => console.error(`\n${logSymbols.error} ${message}`)
142 };
143}
144
145function normalizeAliases(argv: CliArguments): void {
146 const aliases = argv as CliArguments & {

Callers 1

createCliFunction · 0.85

Calls 1

errorMethod · 0.80

Tested by

no test coverage detected