enable SG_LOG output
This commit is contained in:
parent
aa716b350f
commit
4b9ed2ae07
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ int main(int argc, char *argv[])
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sglog().setLogLevels(SG_ALL, SG_ALERT);
|
||||||
|
|
||||||
int numfiles = 0;
|
int numfiles = 0;
|
||||||
string out;
|
string out;
|
||||||
SGPropertyNode root;
|
SGPropertyNode root;
|
||||||
|
|
Loading…
Add table
Reference in a new issue