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