indentlog: strongly-typed fucntion_style enum
This commit is contained in:
parent
21c1a8e1ae
commit
5c60277610
5 changed files with 31 additions and 25 deletions
|
|
@ -27,7 +27,7 @@ main(int argc, char ** argv) {
|
|||
log_config::min_log_level = log_level::info;
|
||||
log_config::time_enabled = true;
|
||||
log_config::time_local_flag = true;
|
||||
log_config::style = FS_Streamlined;
|
||||
log_config::style = function_style::streamlined;
|
||||
log_config::indent_width = 4;
|
||||
log_config::max_indent_width = 30;
|
||||
log_config::location_tab = 80;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue