DSIMA
 All Classes Namespaces Files Functions Variables
log.py File Reference

Namespaces

 implementation.server.log
 
 log
 

Functions

def log
 Write a content to the log file in a thread-safe manner. More...
 

Variables

string LOG_FILE = "log-server.log"
 Log file path. More...
 
tuple logLock = threading.Lock()
 Semaphore to lock the logging. More...