Introducing RotateLog configuration option that allows disabling timestamps on the logfiles.

This commit is contained in:
Jacob Schramm
2020-10-28 23:19:24 +01:00
parent cfc313e5b9
commit 53ae146667
8 changed files with 28 additions and 7 deletions

View File

@@ -51,7 +51,7 @@ int main(int argc, char** argv)
CRemoteCommand::CRemoteCommand(unsigned int port) :
m_port(port)
{
::LogInitialise(false, ".", "RemoteCommand", 2U, 2U);
::LogInitialise(false, ".", "RemoteCommand", 2U, 2U, 1U);
}
CRemoteCommand::~CRemoteCommand()