FACT++  1.0
template<class T>
void RemoteControl< T >::JsOut ( const std::string &  msg)
inlineprotectedvirtual

Reimplemented from InterpreterV8.

Definition at line 173 of file RemoteControl.h.

173 { lin << kDefault << msg << endl; }
Set default colors.
Definition: WindowLog.h:16
std::ostream & lin
Definition: RemoteControl.h:25