Lines Matching refs:format
40 << " -v <format>, --format=<format>" << endl
45 << " time format options are(single accepted):" << endl
49 << " time accuracy format options are(single accepted):" << endl
72 << " Show specific type/types logs with format: type1,type2,type3" << endl
73 << " Don't show specific type/types logs with format: ^type1,type2,type3" << endl
77 << " Show specific level/levels logs with format: level1,level2,level3" << endl
78 << " Don't show specific level/levels logs with format: ^level1,level2,level3" << endl
84 << " Show specific domain/domains logs with format: domain1,domain2,doman3" << endl
85 << " Don't show specific domain/domains logs with format: ^domain1,domain2,doman3" << endl
89 << " Show specific tag/tags logs with format: tag1,tag2,tag3" << endl
90 << " Don't show specific tag/tags logs with format: ^tag1,tag2,tag3" << endl
93 << " Show specific pid/pids logs with format: pid1,pid2,pid3" << endl
94 << " Don't show specific domain/domains logs with format: ^pid1,pid2,pid3" << endl
107 << " Remove specific type/types logs in buffer with format: type1,type2,type3" << endl
118 << " Query specific type/types buffer size with format: type1,type2,type3" << endl
127 << " Set specific type/types log buffer size with format: type1,type2,type3" << endl
430 LogFormat format = {
439 LogPrintWithFormat(content, format);
665 PrintResult(ret, (string("Set hilog privacy format ") + arg));
1023 {'v', "format", ControlCmd::NOT_CMD, FormatHandler, true, 5},