indentlog: refactor: log_config.nesting_level_color color_spec

This commit is contained in:
Roland Conybeare 2023-09-18 12:51:36 -04:00
commit 9a12eba62f
2 changed files with 4 additions and 5 deletions

View file

@ -223,8 +223,7 @@ namespace xo {
*/
this->ss_
<< "("
<< with_color(color_spec(log_config::encoding,
log_config::nesting_level_color),
<< with_color(log_config::nesting_level_color,
this->nesting_level_)
<< ")";
}