Logger: Cosmetics

This commit is contained in:
Birunthan Mohanathas
2013-06-13 17:22:42 +03:00
parent 04090b232a
commit bcbfc4d4db
7 changed files with 24 additions and 22 deletions

View File

@ -489,15 +489,15 @@ LRESULT CALLBACK TrayWindow::WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM
break;
case IDM_STARTLOG:
Logger::GetInstance().StartLogFile();
GetLogger().StartLogFile();
break;
case IDM_STOPLOG:
Logger::GetInstance().StopLogFile();
GetLogger().StopLogFile();
break;
case IDM_DELETELOGFILE:
Logger::GetInstance().DeleteLogFile();
GetLogger().DeleteLogFile();
break;
case IDM_DEBUGLOG:
@ -676,7 +676,7 @@ LRESULT CALLBACK TrayWindow::WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM
return 0;
case RAINMETER_QUERY_ID_LOG_PATH:
sendCopyData(Logger::GetInstance().GetLogFilePath());
sendCopyData(GetLogger().GetLogFilePath());
return 0;
case RAINMETER_QUERY_ID_CONFIG_EDITOR: