コード例 #1
0
 public Tracer(TracerConfig config, CepEventType type)
 {
     this._trace  = TracerRouter.GetHandler(config.TracerKind, config.TraceName);
     this._config = config;
     this._type   = type;
 }
コード例 #2
0
 public TracerPointOutputAdapter(TracerConfig config, CepEventType type)
 {
     this.tracer = new Tracer(config, type);
 }