Oracle® WebCenter Interaction Development Kit 10.3.3.0.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 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