Click or drag to resize

Tracer Constructor

Initializes a new instance of the Tracer class

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public Tracer(
	ILog log,
	string context
)

Parameters

log
Type: com.espertech.esper.compat.loggingILog

[Missing <param name="log"/> documentation for "M:com.espertech.esper.compat.Tracer.#ctor(com.espertech.esper.compat.logging.ILog,System.String)"]

context
Type: SystemString

[Missing <param name="context"/> documentation for "M:com.espertech.esper.compat.Tracer.#ctor(com.espertech.esper.compat.logging.ILog,System.String)"]

See Also