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

Method error

src/lib/core/base_context_logger.ts:64–66  ·  view source on GitHub ↗

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

(...args: any[])

Source from the content-addressed store, hash-verified

62 * @since 1.2.0
63 */
64 error(...args: any[]) {
65 this._log('error', args);
66 }
67}

Callers 15

didLoadMethod · 0.80
egg.test.tsFile · 0.80
logger.test.tsFile · 0.80
getBarMethod · 0.80
config.default.jsFile · 0.80
agent.jsFile · 0.80
app.jsFile · 0.80
showMethod · 0.80
showMethod · 0.80
home.jsFile · 0.80
logger.jsFile · 0.80
logger.jsFile · 0.80

Calls 1

_logMethod · 0.95

Tested by

no test coverage detected