Add optional log file rotation and UDP socket reopening.

This commit is contained in:
Jonathan Naylor
2020-10-31 21:35:09 +00:00
parent 34b3bc6166
commit a0d60b894d
9 changed files with 64 additions and 8 deletions

View File

@@ -53,7 +53,7 @@ m_port(port)
{
CUDPSocket::startup();
::LogInitialise(false, ".", "RemoteCommand", 2U, 2U);
::LogInitialise(false, ".", "RemoteCommand", 2U, 2U, false);
}
CRemoteCommand::~CRemoteCommand()