indentlog: refactor: with_color() uses color_spec
This commit is contained in:
parent
1be7001966
commit
a9777a7ddf
5 changed files with 8 additions and 8 deletions
|
|
@ -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_)
|
||||
<< ")";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue