Click or drag to resize

ILogFatal Method (String, Exception)

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

Namespace:  com.espertech.esper.compat.logging
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
void Fatal(
	string message,
	Exception e
)

Parameters

message
Type: SystemString

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

e
Type: SystemException

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

See Also