source:
opengl-game/logger.h@
caa2359
| Last change on this file since caa2359 was bae0911, checked in by , 7 years ago | |
|---|---|
|
|
| File size: 221 bytes | |
| Rev | Line | |
|---|---|---|
| [22b2c37] | 1 | #ifndef LOGGER_H |
| 2 | #define LOGGER_H | |
| 3 | ||
| [bae0911] | 4 | #include <string> |
| 5 | ||
| 6 | using namespace std; | |
| 7 | ||
| [22b2c37] | 8 | #define GL_LOG_FILE "gl.log" |
| 9 | ||
| 10 | bool restart_gl_log(); | |
| [bae0911] | 11 | bool gl_log(const string message, ...); |
| 12 | bool gl_log_err(const string message, ...); | |
| [22b2c37] | 13 | |
| 14 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/medieval/chrome/site/your_project_logo.png)