RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | Public Attributes
Datacratic::JS::JSOutput Struct Reference
Inheritance diagram for Datacratic::JS::JSOutput:
Datacratic::LogOutput

List of all members.

Public Member Functions

virtual void logMessage (const std::string &channel, const std::string &message)
virtual void close ()

Public Attributes

SlotT< void(std::string,
std::string)> 
logMessageSlot
JSOutputJSwrapper
SlotT< void()> closeSlot

Detailed Description

Class that outputs messages via a javascript function.

Definition at line 163 of file logger_js.cc.


Member Function Documentation

virtual void Datacratic::JS::JSOutput::close ( ) [inline, virtual]

Should close whatever resources are being used by the output and join any threads that it's created.

Implements Datacratic::LogOutput.

Definition at line 190 of file logger_js.cc.

virtual void Datacratic::JS::JSOutput::logMessage ( const std::string &  channel,
const std::string &  message 
) [inline, virtual]

This is the method that will be called whenever we need to log a message to something.

Implements Datacratic::LogOutput.

Definition at line 177 of file logger_js.cc.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator