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

Reimplemented from InterpreterV8.

Definition at line 174 of file RemoteControl.h.

174 { lin << kYellow << msg << endl; }
Set color Yellow.
Definition: WindowLog.h:19
std::ostream & lin
Definition: RemoteControl.h:25