summaryrefslogtreecommitdiff
path: root/plugins/Quotes/src/Log.h
blob: 00d1cc76e3feb97a072c88c0162a1fdf5dfd9dbe (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(const tstring& rsMsg);

#endif //__653719be_16d6_4058_8555_8aa7d5404214_OutputDlg_h__