root/lang/cplusplus/SleipnirGoogleSuggest/Debug.h
| Revision 14174, 365 bytes (checked in by saturday06, 7 months ago) |
|---|
| Line | |
|---|---|
| 1 | #pragma once |
| 2 | /** |
| 3 | * ���Ă��Ɓ[�A���O�o�̓}�N�� |
| 4 | */ |
| 5 | #include "slogcxx/slogcxx.h" |
| 6 | |
| 7 | namespace SleipnirGoogleSuggest { |
| 8 | namespace Debug { |
| 9 | extern Slog& GetLogger(); |
| 10 | } |
| 11 | } |
| 12 | |
| 13 | #define Debug(message) ((SleipnirGoogleSuggest::Debug::GetLogger()) << "," << message << "," << __FUNCTION__ << "," << __FILE__ << "," << __LINE__ << "," << (int)GetLastError() << endl) |
| 14 |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)