Click or drag to resize

LogManagerGetLogger Method (Type)

Gets a logger instance for the given type.

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

Parameters

t
Type: SystemType
The t.

Return Value

Type: ILog

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

See Also