On this page

new WebpackLogger(): WebpackLogger
Attributes
getChildLogger:<Function>
assert(condition, ...args?): void
Attributes
args:<any>
[]
Returns:<void>

Processes the provided condition.


clear(): void
Returns:<void>

debug(...args?): void
Attributes
args:<any>
[]
Returns:<void>

Processes the provided arg.


error(...args?): void
Attributes
args:<any>
[]
Returns:<void>

Processes the provided arg.


group(...args?): void
Attributes
args:<any>
[]
Returns:<void>

Processes the provided arg.


groupCollapsed(...args?): void
Attributes
args:<any>
[]
Returns:<void>

Processes the provided arg.


groupEnd(): void
Returns:<void>

info(...args?): void
Attributes
args:<any>
[]
Returns:<void>

Processes the provided arg.


log(...args?): void
Attributes
args:<any>
[]
Returns:<void>

Processes the provided arg.


profile(label?): void
Attributes
label:<string>
Returns:<void>

Processes the provided label.


profileEnd(label?): void
Attributes
label:<string>
Returns:<void>

Processes the provided label.


status(...args?): void
Attributes
args:<any>
[]
Returns:<void>

Processes the provided arg.


time(label): void
Attributes
label:<string>
Returns:<void>

Processes the provided label.


timeAggregate(label?): void
Attributes
label:<string>
Returns:<void>

Processes the provided label.


timeAggregateEnd(label?): void
Attributes
label:<string>
Returns:<void>

Time aggregate end.


timeEnd(label?): void
Attributes
label:<string>
Returns:<void>

Processes the provided label.


timeLog(label?): void
Attributes
label:<string>
Returns:<void>

Processes the provided label.


trace(): void
Returns:<void>

warn(...args?): void
Attributes
args:<any>
[]
Returns:<void>

Processes the provided arg.