projects
/
invirt/third/libt4.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
06e5c2c12b1fc4a4b654738c93b4b5943138a098
[invirt/third/libt4.git]
/
rpc
/
jsl_log.cc
1
#include "jsl_log.h"
2
3
int JSL_DEBUG_LEVEL = 0;
4
void
5
jsl_set_debug(int level) {
6
JSL_DEBUG_LEVEL = level;
7
}
8
9