Gnash
0.8.11dev
|
#include "log.h"
#include <ctime>
#include <cctype>
#include <cstring>
#include <iostream>
#include <map>
#include <sstream>
#include <fstream>
#include <iomanip>
#include <string>
#include <thread>
#include <mutex>
#include <boost/format.hpp>
#include <unistd.h>
#include "GnashAlgorithm.h"
#include "ClockTime.h"
Namespaces | |
gnash | |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
std::string | gnash::hexify (const unsigned char *bytes, size_t length, bool ascii) |
Convert a sequence of bytes to hex or ascii format. More... | |
void | gnash::processLog_trace (const boost::format &fmt) |
void | gnash::processLog_debug (const boost::format &fmt) |
void | gnash::processLog_abc (const boost::format &fmt) |
void | gnash::processLog_parse (const boost::format &fmt) |
void | gnash::processLog_network (const boost::format &fmt) |
void | gnash::processLog_error (const boost::format &fmt) |
void | gnash::processLog_unimpl (const boost::format &fmt) |
void | gnash::processLog_security (const boost::format &fmt) |
void | gnash::processLog_swferror (const boost::format &fmt) |
void | gnash::processLog_aserror (const boost::format &fmt) |
void | gnash::processLog_action (const boost::format &fmt) |
std::uint64_t startTicks |
std::map<std::thread::id, int> threadMap |