[ROOT] / doc / toc / ARCCore / Class / IP / LogExecuteTime


Times the execution of the given function and logs details about elapsed time.
Example of log output (with properties parameter containing two keys, 'propertiesKeyA' and 'propertiesKeyB'):
TODO: Correct this text example, most probably not correct:
log/[LogContext]/log = [MethodName]/[ThreadName]/[ThreadId]/Start = 2020-06-03 13:20:59.760
log/[LogContext]/log = [MethodName]/[ThreadName]/[ThreadId]/propertiesKeyA = Value of A
log/[LogContext]/log = [MethodName]/[ThreadName]/[ThreadId]/propertiesKeyA = Value of B
log/[LogContext]/log = [MethodName]/[ThreadName]/[ThreadId]/Finish = 2020-06-03 13:21:00.766
log/[LogContext]/log = [MethodName]/[ThreadName]/[ThreadId]/ElapsedTime = 00:00:01.005


Details

Generated 2024-04-18 01:04:28.427 UTC