示例#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");
 }