WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

LoggerExtensionMethods..::..LogException Method

Enqueues the information to log that highlight when the current flow of execution is stopped due to a failure. These should indicate a failure in the current activity, not an application-wide failure.

Namespace:  Walter
Assembly:  Walter (in Walter.dll)

Syntax


public static void LogException(
	FluentLogger sender,
	Exception exception,
	string file,
	Nullable<int> line,
	string method
)

Parameters

sender
Type: Walter..::..FluentLogger
exception
Type: Exception
file
Type: String
line
Type: Nullable<(Of <(<'Int32>)>)>
method
Type: String