summaryrefslogtreecommitdiff
path: root/plugins/Quotes/Log.h
blob: 274fcfec06bd57888ed2d22235411c6bf801e819 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __653719be_16d6_4058_8555_8aa7d5404214_OutputDlg_h__
#define __653719be_16d6_4058_8555_8aa7d5404214_OutputDlg_h__

enum ESeverity
{
	Info,
	Warning,
	Error
};

void LogIt(ESeverity nSeverity,const tstring& rsMsg);

#endif //__653719be_16d6_4058_8555_8aa7d5404214_OutputDlg_h__