refactor: + indentlog/timeutil/, for clarity
This commit is contained in:
parent
38101cce90
commit
eaa5f3ada3
4 changed files with 304 additions and 289 deletions
|
|
@ -37,7 +37,7 @@ namespace xo {
|
|||
std::ostream & ss() { return ss_; }
|
||||
|
||||
void check_print_time(utc_nanos now_tm) {
|
||||
using xo::time::time;
|
||||
using xo::time::timeutil;
|
||||
using xo::time::utc_nanos;
|
||||
using xo::time::hms_msec;
|
||||
using xo::time::hms_usec;
|
||||
|
|
@ -190,7 +190,7 @@ namespace xo {
|
|||
|
||||
sbuf->reset_stream();
|
||||
|
||||
this->check_print_time(xo::time::time::now());
|
||||
this->check_print_time(xo::time::timeutil::now());
|
||||
this->indent(' ');
|
||||
|
||||
char ee_label = '\0';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue