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