Click or drag to resize

ILogFatal Method (Object, Exception)

Log a message object with the Fatal level including the stack trace of the System.Exception passed as a parameter.

Namespace:  AGI.Parallel.Infrastructure.Logging
Assembly:  AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
void Fatal(
	Object message,
	Exception exception
)

Parameters

message
Type: SystemObject
The message object to log.
exception
Type: SystemException
The exception to log, including its stack trace.
See Also

STK Parallel Computing Server 2.9 API for .NET