Click or drag to resize

ILog.Info Method (Object, Exception)

Log a message object with the Info 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.10.0.1777 (2.10.0.1777)
Syntax
void Info(
	Object message,
	Exception exception
)

Parameters

message
Type: System.Object
The message object to log.
exception
Type: System.Exception
The exception to log, including its stack trace.
See Also

STK Parallel Computing Server 2.10 API for .NET