MCPcopy
hub / github.com/eggjs/egg / info

Method info

src/lib/core/base_context_logger.ts:46–48  ·  view source on GitHub ↗

* @member {Function} BaseContextLogger#info * @param {...any} args - log msg * @since 1.2.0

(...args: any[])

Source from the content-addressed store, hash-verified

44 * @since 1.2.0
45 */
46 info(...args: any[]) {
47 this._log('info', args);
48 }
49
50 /**
51 * @member {Function} BaseContextLogger#warn

Callers 15

logger.test.tsFile · 0.80
context.test.tsFile · 0.80
beforeCloseMethod · 0.80
logger.tsFile · 0.80
getDataMethod · 0.80
test2Function · 0.80
didReadyMethod · 0.80
didReadyMethod · 0.80
agent.jsFile · 0.80
app.jsFile · 0.80
router.jsFile · 0.80
agent.jsFile · 0.80

Calls 1

_logMethod · 0.95

Tested by 8

testMethod · 0.64
testMethod · 0.64
testMethod · 0.64
testMethod · 0.64
testMethod · 0.64
testMethod · 0.64
testMethod · 0.64
testMethod · 0.64