tiny easy log lib wrapper
//xput api
dput("hello " , 2021 ); // no format ,put all in parameters
//xlog api
dlog("hello {}", 2021); // python like format use {} as format
//xout api
dout << "hello" << 2021 ; // stream output