Click or drag to resize

LogCommon Constructor

Initializes a new instance of the LogCommon class.

Namespace:  com.espertech.esper.compat.logging
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public LogCommon(
	ILog log
)

Parameters

log
Type: ILog
The log.
See Also