source:
opengl-game/logger.h@
bae0911
Last change on this file since bae0911 was bae0911, checked in by , 6 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.