fixed code style in Log.cpp
This commit is contained in:
parent
54b14c439d
commit
77eae25279
|
@ -31,18 +31,18 @@
|
||||||
|
|
||||||
// names of priorities
|
// names of priorities
|
||||||
static const char* g_priority[] = {
|
static const char* g_priority[] = {
|
||||||
"FATAL",
|
"FATAL",
|
||||||
"ERROR",
|
"ERROR",
|
||||||
"WARNING",
|
"WARNING",
|
||||||
"NOTE",
|
"NOTE",
|
||||||
"INFO",
|
"INFO",
|
||||||
"DEBUG",
|
"DEBUG",
|
||||||
"DEBUG1",
|
"DEBUG1",
|
||||||
"DEBUG2",
|
"DEBUG2",
|
||||||
"DEBUG3",
|
"DEBUG3",
|
||||||
"DEBUG4",
|
"DEBUG4",
|
||||||
"DEBUG5"
|
"DEBUG5"
|
||||||
};
|
};
|
||||||
|
|
||||||
// number of priorities
|
// number of priorities
|
||||||
static const int g_numPriority = (int)(sizeof(g_priority) / sizeof(g_priority[0]));
|
static const int g_numPriority = (int)(sizeof(g_priority) / sizeof(g_priority[0]));
|
||||||
|
|
Loading…
Reference in New Issue