diff options
| author | Jason Maskell <[email protected]> | 2016-05-31 13:54:29 +0200 |
|---|---|---|
| committer | Jason Maskell <[email protected]> | 2016-05-31 13:54:29 +0200 |
| commit | 9d4bad02e6eb15ec5cf62681923543776d66e9f1 (patch) | |
| tree | 1f64f36d04a518a1369ce9e34ba30b0debea1b9f /src/Entrypoints.cpp | |
| parent | Added support for RFC 104, the logging interface: https://docs.google.com/doc... (diff) | |
| download | waveworks_archive-9d4bad02e6eb15ec5cf62681923543776d66e9f1.tar.xz waveworks_archive-9d4bad02e6eb15ec5cf62681923543776d66e9f1.zip | |
Renamed Logger.h to GFSDK_Logger.h since it's a shared header.
Removed the narrow char methods.
Removed the floating log functions.
Changed the ILogger::log() method to use varargs and printf() formatting.
Diffstat (limited to 'src/Entrypoints.cpp')
| -rw-r--r-- | src/Entrypoints.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Entrypoints.cpp b/src/Entrypoints.cpp index 953decf..2dd0c15 100644 --- a/src/Entrypoints.cpp +++ b/src/Entrypoints.cpp @@ -48,7 +48,6 @@ #include "orbis\GNM_Util.h" #endif #include "InternalLogger.h" -#include "Logger.h" // Misc helper macros which can be used to bracket entrypoints to: // - catch any and all exceptions, to keep them out of the app |