mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Introducing RotateLog configuration option that allows disabling timestamps on the logfiles.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user