Click or drag to resize

LogCommonFatal Method (String, Object)

[Missing <summary> documentation for "M:com.espertech.esper.compat.logging.LogCommon.Fatal(System.String,System.Object[])"]

Namespace:  com.espertech.esper.compat.logging
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public void Fatal(
	string messageFormat,
	params Object[] args
)

Parameters

messageFormat
Type: SystemString

[Missing <param name="messageFormat"/> documentation for "M:com.espertech.esper.compat.logging.LogCommon.Fatal(System.String,System.Object[])"]

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:com.espertech.esper.compat.logging.LogCommon.Fatal(System.String,System.Object[])"]

Implements

ILogFatal(String, Object)
See Also