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