2.11.1. log_state()
[<<<] [>>>]
This function safely returns the actual state of the log. This can be:
- LOGSTATE_NORMAL the log is normal state accepting log items
- LOGSTATE_SHUTTING the log is currently performing shut down, it does not accept any log item
- LOGSTATE_DEAD the log is shut down all files are closed
- LOGSTATE_SYNCHRONOUS the log is synchronous accepting log items
int log_state(ptLogger pLOG
){
[<<<] [>>>]