Added stream name to logging
This commit is contained in:
parent
ac92e09262
commit
3cb03392e1
7 changed files with 34 additions and 7 deletions
|
@ -37,6 +37,7 @@
|
|||
bool Util::Config::is_active = false;
|
||||
static Socket::Server * serv_sock_pointer = 0;
|
||||
unsigned int Util::Config::printDebugLevel = DEBUG;//
|
||||
std::string Util::Config::streamName;
|
||||
|
||||
Util::Config::Config() {
|
||||
//global options here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue