#include <stdio.h>
#include <stdarg.h>
#include <string.h>
Include dependency graph for Log.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Log |
Defines | |
#define | LOG_MAX_LEN 512 |
#define | LOG_MSG_ERROR 0 |
#define | LOG_MSG_SUCCESS 1 |
#define | LOG_MSG_MISC 2 |
#define | LOG_FILE(f) Log::instance()->setFile(f) |
#define | LOG_ERROR(m) Log::instance()->printError m |
#define | LOG_SUCCESS(m) Log::instance()->printSuccess m |
#define | LOG_MISC(m) Log::instance()->printMisc m |
#define | LOG_NEWLINE Log::instance()->printNewline() |
#define | LOG_CLOSE Log::instance()->clear() |
|
Definition at line 27 of file Log.h. Referenced by WinMain(). |
|
|
Definition at line 22 of file Log.h. Referenced by WinMain(). |
|
"Singleton class" Author: Petter Alstermark, petter@alstermark.com Definition at line 16 of file Log.h. Referenced by Log::printError(), Log::printMisc(), and Log::printSuccess(). |
|
Definition at line 25 of file Log.h. Referenced by Join::getPlayerChatColor(), Join::load(), MilkShape::loadFromAsciiFile(), Scores::update(), and Join::update(). |
|
Definition at line 18 of file Log.h. Referenced by Log::printError(), and Log::printFile(). |
|
Definition at line 20 of file Log.h. Referenced by Log::printFile(), and Log::printMisc(). |
|
Definition at line 19 of file Log.h. Referenced by Log::printFile(), and Log::printSuccess(). |
|
Definition at line 26 of file Log.h. Referenced by MainApp::deInitialize(), MainApp::initialize(), MainApp::load(), and MainApp::unload(). |
|