Lines Matching refs:level
22 …if (options.level && !(Number.isInteger(options.level) && options.level >= 0 && options.level <= 3…
27 const colorLevel = stdoutColor ? stdoutColor.level : 0;
28 object.level = options.level === undefined ? colorLevel : options.level;
83 const {level} = this;
85 …const styler = createStyler(ansiStyles.color[levelMapping[level]][model](...arguments_), ansiStyle…
96 const {level} = this;
98 …const styler = createStyler(ansiStyles.bgColor[levelMapping[level]][model](...arguments_), ansiSty…
107 level: { property
110 return this._generator.level;
112 set(level) { argument
113 this._generator.level = level;
162 if (self.level <= 0 || !string) {
226 chalk.stderr = Chalk({level: stderrColor ? stderrColor.level : 0}); // eslint-disable-line new-cap property