Stun Server  Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
logger.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Logging
 

Functions

uint32_t Logging::GetLogLevel ()
 
void Logging::SetLogLevel (uint32_t level)
 
void Logging::LogMsg (uint32_t level, const char *pszFormat,...)
 

Variables

const uint32_t LL_ALWAYS = 0
 
const uint32_t LL_DEBUG = 1
 
const uint32_t LL_VERBOSE = 2
 
const uint32_t LL_VERBOSE_EXTREME = 3
 

Variable Documentation

const uint32_t LL_ALWAYS = 0

Definition at line 23 of file logger.h.

const uint32_t LL_DEBUG = 1

Definition at line 24 of file logger.h.

const uint32_t LL_VERBOSE = 2

Definition at line 25 of file logger.h.

const uint32_t LL_VERBOSE_EXTREME = 3

Definition at line 26 of file logger.h.