|
Stun Server
Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
|
Functions | |
| void | VPrintMsg (const char *pszFormat, va_list &args) |
| uint32_t | GetLogLevel () |
| void | SetLogLevel (uint32_t level) |
| void | LogMsg (uint32_t level, const char *pszFormat,...) |
Variables | |
| static uint32_t | s_loglevel = LL_ALWAYS |
| uint32_t Logging::GetLogLevel | ( | ) |
Definition at line 33 of file logger.cpp.
| void Logging::LogMsg | ( | uint32_t | level, |
| const char * | pszFormat, | ||
| ... | |||
| ) |
Definition at line 44 of file logger.cpp.
| void Logging::SetLogLevel | ( | uint32_t | level | ) |
Definition at line 38 of file logger.cpp.
| void Logging::VPrintMsg | ( | const char * | pszFormat, |
| va_list & | args | ||
| ) |
Definition at line 27 of file logger.cpp.
|
static |
Definition at line 25 of file logger.cpp.