TorchCraftAI
A bot for machine learning research on StarCraft: Brood War
Public Member Functions | Protected Attributes | List of all members
cherrypi::CherryVisLogSink Class Reference

#include <cherryvisdumper.h>

Inherits LogSink.

Public Member Functions

 CherryVisLogSink (CherryVisDumperModule *module, State *state)
 
virtual ~CherryVisLogSink ()
 
virtual void send (google::LogSeverity severity, const char *full_filename, const char *base_filename, int line, const struct::tm *tm_time, const char *message, size_t message_len) override
 

Protected Attributes

CherryVisDumperModulemodule_
 
Statestate_
 
std::thread::id threadId_
 

Constructor & Destructor Documentation

cherrypi::CherryVisLogSink::CherryVisLogSink ( CherryVisDumperModule module,
State state 
)
inline
virtual cherrypi::CherryVisLogSink::~CherryVisLogSink ( )
inlinevirtual

Member Function Documentation

virtual void cherrypi::CherryVisLogSink::send ( google::LogSeverity  severity,
const char *  full_filename,
const char *  base_filename,
int  line,
const struct::tm *  tm_time,
const char *  message,
size_t  message_len 
)
inlineoverridevirtual

Member Data Documentation

CherryVisDumperModule* cherrypi::CherryVisLogSink::module_
protected
State* cherrypi::CherryVisLogSink::state_
protected
std::thread::id cherrypi::CherryVisLogSink::threadId_
protected

The documentation for this class was generated from the following file: