Home | History | Annotate | Download | only in GenSec

Lines Matching defs:LogLevel

1026   UINT64                    LogLevel;

1047 LogLevel = 0;
1201 Status = AsciiStringToUint64 (argv[1], FALSE, &LogLevel);
1206 if (LogLevel > 9) {
1207 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0~9, currnt input level is %d", (int) LogLevel);
1210 SetPrintLevel (LogLevel);