new WebpackLogger(): WebpackLogger
Returns:
WebpackLoggerAttributes
getChildLogger:
(name: string | (() => string)) => WebpackLoggerassert(condition, ...args?): void
Attributes
Processes the provided condition.
clear(): void
Returns:
voiddebug(...args?): void
Attributes
Processes the provided arg.
error(...args?): void
Attributes
Processes the provided arg.
group(...args?): void
Attributes
Processes the provided arg.
groupCollapsed(...args?): void
Attributes
Processes the provided arg.
groupEnd(): void
Returns:
voidM
info
info(...args?): void
Attributes
Processes the provided arg.
M
log
log(...args?): void
Attributes
Processes the provided arg.
profile(label?): void
Attributes
Processes the provided label.
profileEnd(label?): void
Attributes
Processes the provided label.
status(...args?): void
Attributes
Processes the provided arg.
M
time
time(label): void
Attributes
Processes the provided label.
timeAggregate(label?): void
Attributes
Processes the provided label.
timeAggregateEnd(label?): void
Attributes
Time aggregate end.
timeEnd(label?): void
Attributes
Processes the provided label.
timeLog(label?): void
Attributes
Processes the provided label.
trace(): void
Returns:
voidM
warn
warn(...args?): void
Attributes
Processes the provided arg.