Unable to create second log with the same name
Created by: valer1435
When we release log we close connection with this log but due of the LogManager class is a singleton we can't create a new log object with the same name - LogManager provides old object with closed connection and don't open it repeatedly.