public RhoLogServerSink(RhoLogConf conf) { m_oLogConf = conf; m_addrHost = "http://"+RHOCONF().getString("rhologhost") + ":" + RHOCONF().getString("rhologport"); }
public RhoLogOutputSink(RhoLogConf conf) { m_oLogConf = conf; }
public RhoLogServerSink(RhoLogConf conf) { m_oLogConf = conf; m_URL = RHOCONF().getString("rhologurl"); }
public RhoLogFileSink( RhoLogConf conf ){ m_oLogConf = conf; }
public RhoLogFileSink(RhoLogConf conf) { m_oLogConf = conf; }
public RhoLogServerSink(RhoLogConf conf) { m_oLogConf = conf; m_addrHost = "http://" + RHOCONF().getString("rhologhost") + ":" + RHOCONF().getString("rhologport"); }