indentlog: refactor: color_spec -> color_spec_type
This commit is contained in:
parent
30753c76af
commit
346eef69a4
7 changed files with 53 additions and 53 deletions
|
|
@ -31,9 +31,9 @@ main(int argc, char ** argv) {
|
|||
log_config::indent_width = 4;
|
||||
log_config::max_indent_width = 30;
|
||||
log_config::location_tab = 80;
|
||||
log_config::function_entry_color = color_spec::xterm(69);
|
||||
log_config::function_exit_color = color_spec::xterm(70);
|
||||
log_config::code_location_color = color_spec::xterm(166);
|
||||
log_config::function_entry_color = color_spec_type::xterm(69);
|
||||
log_config::function_exit_color = color_spec_type::xterm(70);
|
||||
log_config::code_location_color = color_spec_type::xterm(166);
|
||||
|
||||
int n = 3;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue