Example #1
0
 public RhoLogServerSink(RhoLogConf conf)
 {
     m_oLogConf = conf;
     m_addrHost = "http://"+RHOCONF().getString("rhologhost") + ":" + RHOCONF().getString("rhologport");
 }
Example #2
0
 public RhoLogOutputSink(RhoLogConf conf)
 {
     m_oLogConf = conf;
 }
Example #3
0
 public RhoLogServerSink(RhoLogConf conf)
 {
     m_oLogConf = conf;
     m_URL      = RHOCONF().getString("rhologurl");
 }
Example #4
0
	public RhoLogFileSink( RhoLogConf conf ){
		m_oLogConf = conf;
	}
Example #5
0
 public RhoLogOutputSink(RhoLogConf conf)
 {
     m_oLogConf = conf;
 }
Example #6
0
 public RhoLogFileSink(RhoLogConf conf)
 {
     m_oLogConf = conf;
 }
Example #7
0
 public RhoLogServerSink(RhoLogConf conf)
 {
     m_oLogConf = conf;
     m_addrHost = "http://" + RHOCONF().getString("rhologhost") + ":" + RHOCONF().getString("rhologport");
 }
Example #8
0
 public RhoLogServerSink(RhoLogConf conf)
 {
     m_oLogConf = conf;
     m_URL = RHOCONF().getString("rhologurl");
 }