Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ILogger.FunctionBegin Method 

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

void FunctionBegin(
   string functionName
);

Parameters

functionName
The name of the function which is being entered.

Remarks

Use at the beginning 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