Click or drag to resize

LogManagerGetLogger Method (String)

Gets the logger instance for the given name.

Namespace:  com.espertech.esper.compat.logging
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static ILog GetLogger(
	string name
)

Parameters

name
Type: SystemString
The name.

Return Value

Type: ILog

[Missing <returns> documentation for "M:com.espertech.esper.compat.logging.LogManager.GetLogger(System.String)"]

See Also