Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ILogger.FunctionEnd Method 

Logs a message at the Function Level indicating that the function with the given name is being exited.

void FunctionEnd(
   string functionName
);

Parameters

functionName
The name of the function which is being exited.

Remarks

Use at the end of a function to illustrate code paths or to help localize log messages between begin and end calls.

See Also

ILogger Interface | Plumtree.Remote.Logging Namespace