indentlog: refactor: with_color() uses color_spec

This commit is contained in:
Roland Conybeare 2023-09-18 12:34:17 -04:00
commit a9777a7ddf
5 changed files with 8 additions and 8 deletions

View file

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