jGL
|
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include <vector>
#include <map>
#include <ctime>
Go to the source code of this file.
Classes | |
class | jLog::Log |
class | jLog::LogType |
class | jLog::INFO |
class | jLog::WARN |
class | jLog::ERR |
class | jLog::Progress |
Namespaces | |
namespace | jLog |
Enumerations | |
enum | jLog::ERRORCODE { jLog::UNSPECIFIED , jLog::LUA_ERROR } |
Functions | |
std::string | jLog::get_time () |
std::ostream & | jLog::operator<< (std::ostream &o, Log &l) |
std::string | jLog::operator+ (std::string s, const ERRORCODE e) |