|
DSIMA
|
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... | |
| def implementation.server.log.log | ( | content | ) |
Write a content to the log file in a thread-safe manner.
| content | Content to write. |
| string LOG_FILE = "log-server.log" |
Log file path.
| tuple logLock = threading.Lock() |
Semaphore to lock the logging.